### Get path to example project
exampleProjectFile <-
system.file(
"ROCKprojects",
"example1.ROCKproject",
package="rock"
);
### Get a temporary directory to write to
temporaryDir <-
tempdir();
### Import the project
rock::import_ROCKproject(
input = exampleProjectFile,
path = temporaryDir,
silent = FALSE
);
Run the code above in your browser using DataLab