create_help_files_custom: Creating new help file

Description Usage Arguments Details

Description

This function creates help file (unless it already exists) with custom content.

Usage

1
2
3
4
5
create_help_files_custom(
  files,
  help_dir = "helpfiles",
  content = "This helpfile is not finished yet."
)

Arguments

files

A character vector of names to use in creating help files.

help_dir

A character string of the directory to use for help files.

content

A character string to display in the automatically created help file.

Details

This function is based on create_help_files a lot. The option for providing custom content is the only improvement.


BioGenies/shinydetails documentation built on March 1, 2021, 11:12 p.m.