Description Usage Arguments Examples
Run R file in a Docker image of a platform and an R implementation
1 2  | 
r_file | 
 A file of R code  | 
platform | 
 The platform name see supported_platforms  | 
r_implementation | 
 The R implementation name. See supported_Rs  | 
volumes | 
 Volume mapping from host to container  | 
... | 
 Parameters passed on to stevedore client creation and container running functions  | 
1 2 3 4 5 6  | ## Not run: 
file_path <- system.file('extdata/test.R', package = 'altRnative')
run_file(file_path, 'debian', 'gnu-r')
run_file(file_path, 'not-debian', 'gnu-r')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.