View source: R/C3_ready4pack_manifest.R
ready4pack_manifest | R Documentation |
Create a new valid instance of the ready4 s3 class Manifest for packages containing datasets.
ready4pack_manifest(x = make_pt_ready4pack_manifest())
make_pt_ready4pack_manifest(
x_ready4fun_manifest = ready4fun::ready4fun_manifest(),
constructor_r3 = ready4class::ready4class_constructor(),
pkg_ds_ls_ls = list(),
clss_to_apply_ls = list()
)
is_ready4pack_manifest(x)
x |
An object of any type |
x_ready4fun_manifest |
PARAM_DESCRIPTION, Default: ready4fun::ready4fun_manifest() |
constructor_r3 |
Constructor (a ready4 submodule), Default: ready4class::ready4class_constructor() |
pkg_ds_ls_ls |
Package dataset (a list of lists), Default: list() |
clss_to_apply_ls |
Classes to apply (a list), Default: list() |
ready4 submodule manifest for packages containing datasets.
A validated instance of the ready4 s3 class Manifest for packages containing datasets.
A prototype for ready4 s3 class Manifest for packages containing datasets.
A logical value, TRUE if a valid instance of the ready4 s3 class Manifest for packages containing datasets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.