Asko_start | R Documentation |
Initialize and Scans parameters from command line in a python-like style:
declare options, their flags, types, default values and help messages,
read the arguments passed to the R script and parse them according to what has been declared in step 1.
Parameters can be called by their names as declared in opt object.
Asko_start()
List of parameters that contains all arguments.
All parameters were describe in README documentation
parameters <- Asko_start()
parameters$threshold_cpm <- 1 # Set parameters threshold cpm to new value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.