execshell | R Documentation |
Cross-platform function to pass a command to the shell, using either
base::system()
or (Windows-only) base::shell()
, depending on the
operating system.
execshell(commandstring, intern = FALSE, path = ".", ...)
commandstring |
The system command to be invoked, as a string. Multiple commands can be combined in this single string, e.g. with a multiline string. |
intern |
a logical (not |
path |
The path from where the command string needs to be executed |
... |
Other arguments passed to |
Other utils:
ask_yes_no()
,
author2df()
,
bookdown_zenodo()
,
c_sort()
,
create_hexsticker()
,
menu_first()
,
orcid2person()
,
store_authors()
,
use_author()
,
validate_email()
,
validate_orcid()
,
yesno()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.