resource_metadata.Rd
resource_metadata( type = NULL, url = NULL, name = NULL, description = NULL, format = NULL, file_type = NULL, date_range_start = NULL, date_range_end = NULL, upload = NULL, version = NULL, `hxl-ated` = NULL, process_status = NULL, identifiability = NULL, ... )
type | Resource type(*) - The kind of file you want to upload. Allowed values: |
---|---|
url | Upload - The file name as it will be recorded in the system. |
name | Name - eg. January 2011 Gold Prices. |
description | Description - Some usefule notes about the data. |
format | File format - eg. CSV, XML, or JSON. |
file_type | File type(*) - Indicates what is contained in the file. Allowed values: |
date_range_start | Data collection first date(*) - Use yyyy-mm-dd format. |
date_range_end | Data collection last date(*) - Use yyyy-mm-dd format. |
upload | File to upload. Passed using |
version | Version(*). |
process_status | File process status(*) - Indicates the processing stage of the data. 'Raw' means that the data has not been cleaned since collection. 'In process' means that it is being cleaned. 'Final' means that the dataset is final and ready for use in analytical products. Allowed valued: |
identifiability | Identifiability(*) - Indicates if personally identifiable data is contained in the dataset. Allowed values: |
... | ignored. |
`hxl-ated` | HXL-ated. Allowed values: |
A list with the provided metadata.
All arguments are of type character.
Fields marked with a (*) are required for resource_create()
and resource_update()
operations.