Description Usage Arguments Value Examples
This function can be lightly wrapped by package builders to build a user-friendly install checking function.
1 | cmd_install_check(path_search, path = NULL)
|
path_search |
|
path |
user-override path to check (identical to |
pretty printed message indicating whether files exits or not. Green check = Yes, red X = No.
1 2 3 4 5 | ## Not run:
path_search <- cmd_path_search(default = "/bin", utils = "ls")
cmd_install_check(path_search)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.