Description Usage Arguments Details
This function identifies where on your local hard drive the dayoff package is located. It then locates the tutorials folder and opens the specified tutorial using rstudioapi::navigateToFile NOTE: The function system() has similar functionality as navigateToFile() but seems to behave differ
1 | tutor_open(tutorial = NULL)
|
tutorial |
name of tutorial to open as a quotes string. Defaults to NULL and opens up a sample tutorial. |
TO DO: Add a call to file.exists() Add an argument for running the function but not exectuting the opening of the file (Eg, just doing file.exists). This might make testing easier.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.