# NOT RUN {
# The most common way to use the package is to add
# the following call to the ~/.Rprofile file.
startup::startup()
# For finer control of on exactly what files are used
# functions renviron_d() and rprofile_d() are also available:
# Initiate first .Renviron.d/ found on search path
startup::renviron_d()
# Initiate all .Rprofile.d/ directories found on the startup search path
startup::rprofile_d(all = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab