write_links_for_website: Write links for website

write_links_for_websiteR Documentation

Description

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.

Usage

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"
)

Arguments

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'

Value

No return value, called for side effects.


ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.