ridl_dataset_update | R Documentation |
Update a dataset on RIDL
ridl_dataset_update(
dataset,
title,
name,
owner_org,
notes,
keywords,
visibility,
archived,
external_access_level,
unit_of_measurement,
data_collector,
data_collection_technique,
date_range_start = NULL,
date_range_end = NULL,
short_title = NULL,
tag_string = NULL,
url = NULL,
private = NULL,
data_sensitivity = NULL,
original_id = NULL,
sampling_procedure = NULL,
operational_purpose_of_data = NULL,
hxlated = NULL,
process_status = NULL,
identifiability = NULL,
geog_coverage = NULL,
linked_datasets = NULL,
admin_notes = NULL,
sampling_procedure_notes = NULL,
response_rate_notes = NULL,
data_collection_notes = NULL,
weight_notes = NULL,
clean_ops_notes = NULL,
data_accs_notes = NULL,
ddi = NULL,
kobo_asset_id = NULL,
configuration = NULL
)
rd_update(
dataset,
title,
name,
owner_org,
notes,
keywords,
visibility,
archived,
external_access_level,
unit_of_measurement,
data_collector,
data_collection_technique,
date_range_start = NULL,
date_range_end = NULL,
short_title = NULL,
tag_string = NULL,
url = NULL,
private = NULL,
data_sensitivity = NULL,
original_id = NULL,
sampling_procedure = NULL,
operational_purpose_of_data = NULL,
hxlated = NULL,
process_status = NULL,
identifiability = NULL,
geog_coverage = NULL,
linked_datasets = NULL,
admin_notes = NULL,
sampling_procedure_notes = NULL,
response_rate_notes = NULL,
data_collection_notes = NULL,
weight_notes = NULL,
clean_ops_notes = NULL,
data_accs_notes = NULL,
ddi = NULL,
kobo_asset_id = NULL,
configuration = NULL
)
dataset |
RIDLDataset, the dataset to be updated |
title |
character, Title(*) - Make sure to include: 'Survey name/title', 'Location', 'Country', and 'Year(s)' in the order indicated. |
name |
character, URL(*) - The canonical name of the dataset, eg. my-dataset. |
owner_org |
character, Data container(*) - Use the canonical name for the container. |
notes |
character, Description(*) - Some useful notes about the data. Please include the number of observations. |
keywords |
character, Topic classifications(*) - Tags useful for searching for the datasets. Multiple values are allowed. |
visibility |
character, Internal Access Level(*). Allowed values: |
archived |
logical, Archived(*) - Allows users to indicate if the dataset is archived or active. Allowed values: |
external_access_level |
character, External access level(*). Allowed values: |
unit_of_measurement |
character, Unit of measurement(*) - Unit of measurement / observation for the dataset. |
data_collector |
character, Data Collector(*) - Which organization owns / collected the data. Multiple values are allowed. |
data_collection_technique |
character, Data collection technique(*). Allowed values: |
date_range_start |
Date, Date collection first date - Use dd/mm/yyyy format. |
date_range_end |
Date, Date collection last date - Use dd/mm/yyyy format. |
short_title |
character, Short title - eg. Short title for the project. |
tag_string |
character, Tags - eg. economy, mental health, government. |
url |
character, Project URL - Website URL associated with this data project (if applicable). |
private |
character, Visibility (Private/Public). |
data_sensitivity |
character, Data sensitivity - Apply to both Anonymized and Personally identifiable data. Allowed values: |
original_id |
character, Original ID - If the dataset already has an ID from the source org, DDI, etc... |
sampling_procedure |
character, Sampling Procedure. Multiple values are allowed. Allowed values: |
operational_purpose_of_data |
character, Operational purpose of data - Classification of the type of data contained in the file. Multiple values are allowed. Allowed values: |
hxlated |
logical, Dataset with resources having HXL tags |
process_status |
character, Dataset Process Status. Allowed values: |
identifiability |
character, Identifiability. Allowd values: |
geog_coverage |
character, Geographic Coverage - eg. National coverage, or name of the area, etc. |
linked_datasets |
character, Linked Datasets - Links to other RIDL datasets. It supports multiple selections. |
admin_notes |
character, Admin Notes - General. You can use Markdown formatting here. |
sampling_procedure_notes |
character, Admin Notes - Sampling Procedure. You can use Markdown formatting here. |
response_rate_notes |
character, Admin Notes - Response Rate. You can use Markdown formatting here. |
data_collection_notes |
character, Admin Notes - Data Collection. You can use Markdown formatting here. |
weight_notes |
character, Admin Notes - Weighting. You can use Markdown formatting here. |
clean_ops_notes |
character, Admin Notes - Cleaning. You can use Markdown formatting here. |
data_accs_notes |
character, Admin Notes - Access authority. You can use Markdown formatting here. |
ddi |
DDI. |
kobo_asset_id |
character, the KoBoToolbox asset id. |
configuration |
RIDLConfig, the RIDL configuration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.