RIDLObject | R Documentation |
RIDLObject abstract class
RIDLObject abstract class
RIDLObject class containing all logic for accessing, creating, and updating RIDL objects.
data
placeholder for RIDLObject field element
new()
Create a new RIDLObject object
RIDLObject$new(initial_data = NULL, configuration = NULL)
initial_data
list with required field to create a RIDLObject
configuration
a Configuration object
A RIDLObject object
as_list()
Get RIDLObject field into list
RIDLObject$as_list()
a list with RIDLObject field
browse_on_ridl()
Browse RIDL
RIDLObject$browse_on_ridl()
get_config()
Get the current configuration in use
RIDLObject$get_config()
A configuration object, the configuration in use
get_fields()
Get dataset fields
RIDLObject$get_fields()
list of fields for a dataset
get_required_fields()
Get dataset required fields
RIDLObject$get_required_fields()
list of required fields for a dataset
check_required_fields()
Check dataset required field
RIDLObject$check_required_fields()
a logical value, TRUE if the the dataset is not missing a required field and throws an error otherwise
print()
Print a Dataset object
RIDLObject$print()
clone()
The objects of this class are cloneable with this method.
RIDLObject$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.