View source: R/package_file_skeleton.R
package_file_skeleton | R Documentation |
Writes a new file with some basic comments and documentation hints, according to the type of R object to cover.
package_file_skeleton(
name,
type = c("function", "S4Class", "S4Method", "data")
)
name |
Character string, name of the object the file should cover (i.e., a function or class name). |
type |
One of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.