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