View source: R/helper_functions.R
lib.location | R Documentation |
This function will look for the environment variable R_MV_LIBRARY_LOCATION
indicating the R_MV_library location.
Alternatively you can provide a path for this session only, using lib.location(yourPath)
.
This will set the environment variable for this session.
(You might want to consider to add this to your .Rprofile
file, see ?Startup
)
lib.location(set_session_path)
set_session_path |
(optional) If no environment variable has been set to indicate the library location, You can call this function and let it set the environment variable for this session only. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.