datacheck_info_export: Export data checks as R objects

Description Usage Arguments

View source: R/class_export.R

Description

'dc_export()' is a function for exporting data checks from YAML file to rda and/or roxygen2 file.

Usage

1
2
3
4
5
datacheck_info_export(
  path_yaml = system.file("extdata/data_check.yaml", package = "bdchecks"),
  path_rd = "./R/",
  id_rd = "documentation_"
)

Arguments

path_yaml

Path to a YAML file.

path_rd

Path for .R (roxygen2) file.

id_rd

ID in the beginning of file for .R file (helps to differentiate other functions from data checks).


bd-R/bdchecks documentation built on Oct. 8, 2021, 5:10 p.m.