Description Usage Arguments Value Examples
This checks the operating system and installs the correct version (either Darwin or Linux for Mac or Linux, respectively.) To install the spip binary this function downloads it from its GitHub site. It also installs a windows implementation of awk.
1 | install_spip(Dir = tempfile())
|
Dir |
the directory to install spip into. Because of restrictions
on functions writing to the user's home filespace, this is set, by default,
to a temporary directory. But to really use this function to install spip,
this parameter must be set to |
No return value. Called for side effect of installing the 'spip' binary.
1 2 3 4 | ## Not run:
install_spip(Dir = system.file(package = "CKMRpop"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.