makeRoxyData: Make Roxygen Template for Data

Description Usage Arguments Value Examples

View source: R/makeRoxyData.R

Description

Generate Roxygen template for a data frame object

Usage

1
2
3
4
makeRoxyData(dat)

## S3 method for class 'RoxyData'
print(x, ...)

Arguments

dat

A character string giving the name of the data frame

x

An object of class "RoxyData"

...

Additional arguments (currently not used)

Value

A character string vector, of class "RoxyData", with the roxygen template. By default, the output is copied to the clipboard and may be pasted into an R script directly.

Examples

1
makeRoxyData("janka")

BillVenables/WWRData documentation built on Jan. 26, 2021, 10:18 p.m.