Description Usage Arguments Value Examples
This function create a standard UBESP analysis project:
* create_ubesp_analisis()
creates a UBESP R analysis project
The function can be called on an existing project; you will be asked before any existing files are changed.
1 2 3 4 5 6 | create_ubesp_analysis(
path,
affiliation = "ubesp",
rstudio = rstudioapi::isAvailable(),
open = interactive()
)
|
path |
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists. |
affiliation |
the affiliaton for the project (default = "ubesp") |
rstudio |
If |
open |
If * If RStudio desktop, the package is opened in a new session. * If on RStudio server, the current RStudio project is activated. * Otherwise, the working directory and active project is changed. |
Path to the newly created project or package, invisibly.
1 2 3 4 | ## Not run:
create_ubesp_analysis("~/test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.