skeleton | R Documentation |
This function executes a ubuntu docker that produces as output helloworld.txt file
skeleton(group = c("sudo", "docker"), scratch.folder, data.folder)
group |
a character string. Two options: sudo or docker, depending to which group the user belongs |
scratch.folder |
a character string indicating the path of the scratch folder |
data.folder |
a character string indicating the folder where input data are located and where output will be written |
Name Family name, myemail [at] somewhere [dot] org, Affiliation
## Not run:
#running skeleton
skeleton(group="docker", scratch.folder="/Users/raffaelecalogero/Desktop/scratch",
data.folder=getwd())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.