get_dv_ds_publication | R Documentation |
get_dv_ds_publication() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get dataverse dataset publication. The function returns Digital object identifier url (a character vector of length one).
get_dv_ds_publication(
ds_url_1L_chr,
server_1L_chr = "dataverse.harvard.edu",
key_1L_chr = NULL
)
ds_url_1L_chr |
Dataset url (a character vector of length one) |
server_1L_chr |
Server (a character vector of length one), Default: 'dataverse.harvard.edu' |
key_1L_chr |
Key (a character vector of length one), Default: NULL |
Digital object identifier url (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.