create_help_files: Create Directory of Help Files

View source: R/create_help_files.R

create_help_filesR Documentation

Create Directory of Help Files

Description

Helper function to be run interactively - it will initialise a directory of help files (.md files) in help_dir, using the vector of files. Pass it a vector of filenames which you which to use with type = "markdown" in your calls to helper.

Usage

create_help_files(files, help_dir = "helpfiles")

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.

Examples

create_help_files(files = c("Clusters", "Columns", "PlotHelp"), 
                  help_dir = "helpfiles")


cwthom/shinyhelper documentation built on Aug. 16, 2022, 1:33 p.m.