project: Helper function for controlling projects

Description Usage Arguments Examples

Description

Helper function for controlling projects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
project(project_id, experiment_id = NULL)

root_file(filename = "", project_id = NULL, experiment_id = NULL)

script_file(filename = "", project_id = NULL, experiment_id = NULL)

derived_file(filename = "", project_id = NULL, experiment_id = NULL)

raw_file(filename = "", project_id = NULL, experiment_id = NULL)

result_file(filename = "", project_id = NULL, experiment_id = NULL)

Arguments

project_id

id for the project

filename

the filename

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
project("test_plots")

data <- matrix(runif(200), ncol = 2)
pdf(figure_file("testplot.pdf"), 5, 5)
plot(data)
dev.off()

## End(Not run)

rcannood/workspace documentation built on May 12, 2019, 7:20 p.m.