RIDLContainer | R Documentation |
RIDL Container
RIDL Container
RIDLContainer, it contains all the logic for creating, checking, and updating resources
ridl::RIDLObject
-> RIDLContainer
data
placeholder for the Container fields element
new()
Create a Container object
RIDLContainer$new(initial_data = NULL, configuration = NULL)
initial_data
list with required field to create a dataset
configuration
a Configuration object
A Container object
ridl_browse()
Browse the Container page on RIDL
RIDLContainer$ridl_browse()
get_fields()
Get container fields
RIDLContainer$get_fields()
list of fields for a dataset
get_required_fields()
Get container required fields
RIDLContainer$get_required_fields()
list of required fields for a container
check_required_fields()
Check container required field
RIDLContainer$check_required_fields()
a logical value, TRUE if the the container is not missing a required field and throws an error otherwise
as_list()
Get dataset field into list
RIDLContainer$as_list()
a list with container field element
print()
Print a Dataset object
RIDLContainer$print()
clone()
The objects of this class are cloneable with this method.
RIDLContainer$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.