Learn R Programming

docreview (version 0.0.1)

get_config: Set config for docreview checks

Description

Set config for docreview checks

Usage

get_config(
  config_path = system.file("configs/docreview.yml", package = "docreview", mustWork =
    TRUE)
)

Arguments

config_path

Path to config file

Examples

Run this code
# NOT RUN {
# Get default configuration
get_config()
# }

Run the code above in your browser using DataLab