write_links_for_website | R Documentation |
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.
write_links_for_website(
path_to_pkg_rt_1L_chr = getwd(),
pkg_url_1L_chr,
developer_manual_url_1L_chr = NA_character_,
user_manual_url_1L_chr = NA_character_,
project_website_url_1L_chr = NA_character_,
theme_1L_chr = "journal"
)
path_to_pkg_rt_1L_chr |
Path to package root (a character vector of length one), Default: getwd() |
pkg_url_1L_chr |
Package url (a character vector of length one) |
developer_manual_url_1L_chr |
Developer manual url (a character vector of length one), Default: 'NA' |
user_manual_url_1L_chr |
User manual url (a character vector of length one), Default: 'NA' |
project_website_url_1L_chr |
Project website url (a character vector of length one), Default: 'NA' |
theme_1L_chr |
Theme (a character vector of length one), Default: 'journal' |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.