write_links_for_website() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write links for website. The function is called for its side effects and does not return a value. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour
1 2 3 4 5 6 | write_links_for_website(
path_to_pkg_rt_1L_chr = getwd(),
user_manual_url_1L_chr,
developer_manual_url_1L_chr,
project_website_url_1L_chr = "https://readyforwhatsnext.github.io/readyforwhatsnext/"
)
|
path_to_pkg_rt_1L_chr |
Path to package root (a character vector of length one), Default: getwd() |
user_manual_url_1L_chr |
User manual url (a character vector of length one) |
developer_manual_url_1L_chr |
Developer manual url (a character vector of length one) |
project_website_url_1L_chr |
Project website url (a character vector of length one), Default: 'https://readyforwhatsnext.github.io/readyforwhatsnext/' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.