View source: R/C3_ready4fun_description.R
ready4fun_description | R Documentation |
Create a new valid instance of the ready4 submodule class for declaring package description file data.
ready4fun_description(x = make_pt_ready4fun_description())
make_pt_ready4fun_description(
Package = character(0),
Title = character(0),
Description = character(0),
License = logical(0),
URL = character(0)
)
is_ready4fun_description(x)
x |
An object of any type |
Package |
PARAM_DESCRIPTION, Default: character(0) |
Title |
PARAM_DESCRIPTION, Default: character(0) |
Description |
PARAM_DESCRIPTION, Default: character(0) |
License |
PARAM_DESCRIPTION, Default: logical(0) |
URL |
PARAM_DESCRIPTION, Default: character(0) |
Package description metadata.
A validated instance of the ready4 submodule class for declaring package description file data.
A prototype for ready4 submodule class for declaring package description file data.
A logical value, TRUE if a valid instance of the ready4 submodule class for declaring package description file data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.