on_path | R Documentation |
Check if something is on the system path. It does this by using the
where.exe
utility.
on_path(what, verbose = TRUE)
what |
(character) a string, typically to file |
verbose |
(logical; default = |
logical, TRUE
if a match is found
## Not run:
# Is Rscript on path?
on_path(what = "Rscript")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.