View source: R/C3_ready4fun_manifest.R
ready4fun_manifest | R Documentation |
Create a new valid instance of the ready4 submodule class for encapsulating the metadata required for package set-up.
ready4fun_manifest(x = make_pt_ready4fun_manifest())
make_pt_ready4fun_manifest(
initial_ls = ready4fun_metadata_a(),
subsequent_ls = ready4fun_metadata_b()
)
is_ready4fun_manifest(x)
x |
An object of any type |
initial_ls |
Initial (a list), Default: ready4fun_metadata_a() |
subsequent_ls |
Subsequent (a list), Default: ready4fun_metadata_b() |
Package set-up manifest.
A validated instance of the ready4 submodule class for encapsulating the metadata required for package set-up.
A prototype for ready4 submodule class for encapsulating the metadata required for package set-up.
A logical value, TRUE if a valid instance of the ready4 submodule class for encapsulating the metadata required for package set-up.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.