Finding step output path.

process_step(object, name = NULL, address = "file://", path = "")

Arguments

object

Reportr object.

name

Name of the step to process, Default: NULL.

address

Server address, Default: 'file://'.

path

Path equivalent of the address, Default: '/mnt/BioAdHoc/Groups/'.

Value

List with output path and config (the rest of the information in the) the step element).

Details

It can also take a yaml file with output_dir(followed by /project).

See also

Examples

if (FALSE) { if(interactive()){ process_step("~") } }