Description Usage Arguments Value
View source: R/update_existing_dataset.R
Update a full Energy.info record in DDH (metadata + resources)
1 2 3 4 5 | update_existing_dataset(metadata_list,
master = eex2ddh::get_ddh_records_status(),
ddh_fields = ddhconnect::get_fields(), lovs = ddhconnect::get_lovs(),
root_url = dkanr::get_url(), credentials = list(cookie =
dkanr::get_cookie(), token = dkanr::get_token()))
|
metadata_list |
list: list of finance metadata, from extract_eex_metadata() |
master |
dataframe: Output of fin2ddh::get_ddh_records_status() |
ddh_fields |
dataframe: table of all the data catalog fields by node type |
lovs |
dataframe: lookup table of the data catalog tids and values |
root_url |
character: API root URL |
credentials |
list: object returned by the dkanr::get_credentials() function |
character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.