RIDL Container
RIDL Container
Details
RIDLContainer, it contains all the logic for creating, checking,
and updating resources
Public fields
data
placeholder for the Container fields element
Methods
Inherited methods
Create a Container object
Arguments
initial_data
list with required field to create a dataset
configuration
a Configuration object
Returns
A Container object
Browse the Container page on RIDL
Usage
RIDLContainer$ridl_browse()
Method get_fields()
Get container fields
Usage
RIDLContainer$get_fields()
Returns
list of fields for a dataset
Method get_required_fields()
Get container required fields
Usage
RIDLContainer$get_required_fields()
Returns
list of required fields for a container
Method check_required_fields()
Check container required field
Usage
RIDLContainer$check_required_fields()
Returns
a logical value, TRUE if the the container
is not missing a required field and throws an error otherwise
Method as_list()
Get dataset field into list
Returns
a list with container field element
Method clone()
The objects of this class are cloneable with this method.
Usage
RIDLContainer$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.