create_rd: Creates R help entry

Description Usage Arguments Examples

View source: R/rd.R

Description

It uses the YAML spec file to create a single help entry. Its output is a text vector.

Usage

1
create_rd(spec_path)

Arguments

spec_path

The file location of the YAML spec translation file. It is a required argument, cannot be left empty.

Examples

1
2
3
library(datalang)
my_spec <- system.file("specs/thisweek.yml", package = "datalang")
create_rd(my_spec)

edgararuiz/datalang documentation built on May 29, 2019, 11:42 a.m.