is_renv_used | R Documentation |
Check if your current workspace is in a project with renv enabled. This is kind of a hack and just looks for a renv folder, but it should work.
is_renv_used(path = here::here())
path |
Path to check. Defaults to result of |
Returns a TRUE/FALSE
## Not run: is_renv_used() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.