Retrieve a ddi metadata file
get_file_metadata(
file,
dataset = NULL,
format = c("ddi", "preprocessed"),
key = Sys.getenv("DATAVERSE_KEY"),
server = Sys.getenv("DATAVERSE_SERVER"),
...
)An integer specifying a file identifier; or a vector of integers
specifying file identifiers; or, if used with the prefix "doi:", a
character with the file-specific DOI; or, if used without the prefix, a
filename accompanied by a dataset DOI in the dataset argument, or an object of
class “dataverse_file” as returned by dataset_files.
A character specifying a persistent identification ID for a dataset,
for example "doi:10.70122/FK2/HXJVJU". Alternatively, an object of class
“dataverse_dataset” obtained by dataverse_contents().
Defaults to “ddi” for metadata files
A character string specifying a Dataverse server API key. If one
is not specified, functions calling authenticated API endpoints will fail.
Keys can be specified atomically or globally using
Sys.setenv("DATAVERSE_KEY" = "examplekey").
A character string specifying a Dataverse server. There are
multiple Dataverse installations, but the defaults is to use the Harvard
Dataverse (server = "dataverse.harvard.edu"). This can be modified atomically
or globally using Sys.setenv("DATAVERSE_SERVER" = "dataverse.example.com").
A character vector containing a DDI metadata file.