Description Usage Arguments Details
Update or install RcppR6 files.  This will copy required files
around, parse your inst/classes.yml file, and generate
required files.  Using RcppR6::install() is equivalent to
passing install=TRUE to RcppR6::RcppR6.
| 1 2 3 4 | 
| path | Path to the package (this directory must contain the DESCRIPTION file) | 
| install | Logical indicating if this should be treated as a
fresh install.  Specifying  | 
| attributes | Should Rcpp attributes be regenerated as well? This is probably a good idea (and is the default). | 
| verbose | Logical indicating if information about the process will be generated. It's not all that verbose really. | 
| force | Generate code even if the class definitions (in the yaml files) is unchanged and was generated with the same version of RcppR6? | 
| ... | Arguments passed to  | 
More details coming later!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.