get_fl_meta_from_dv_ls | R Documentation |
get_fl_meta_from_dv_ls() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get file meta from dataverse list. The function returns Metadata (an output object of multiple potential types).
get_fl_meta_from_dv_ls(
ds_ls,
fl_nm_1L_chr,
nms_chr = NA_character_,
type_1L_chr = "description"
)
ds_ls |
Dataset (a list) |
fl_nm_1L_chr |
File name (a character vector of length one) |
nms_chr |
Names (a character vector), Default: 'NA' |
type_1L_chr |
Type (a character vector of length one), Default: 'description' |
Metadata (an output object of multiple potential types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.