Description Usage Arguments Value Examples
Generate Roxygen template for a data frame object
1 2 3 4 | makeRoxyData(dat)
## S3 method for class 'RoxyData'
print(x, ...)
|
dat |
A character string giving the name of the data frame |
x |
An object of class "RoxyData" |
... |
Additional arguments (currently not used) |
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.
1 | makeRoxyData("janka")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.