Identifiers for datasets in CCES Dataverse

cces_dv_ids

Format

A tibble with one row per dataverse dataset. The doi, filename, and server can uniquely define a file in ?dataverse::get_file().

cces_name

The unique name/shorthand for this dataset

year

Specific year the data surveys, if there is one unique year

doi

The DOI for the dataverse dataset (instead of the specific file). The URL is therefore https://doi.org/ followed by the DOI

filename

The name of the data file, as it appears in the dataverse.

server

The particular dataverse instance.

caseid_var

The variable in that dataset that specifies the unique case (respondent/person) identifier. Use a string.

Examples

 cces_dv_ids
#> # A tibble: 21 × 6
#>    cces_name   year doi                filename                caseid_var server
#>    <chr>      <dbl> <chr>              <chr>                   <chr>      <chr> 
#>  1 cumulative    NA 10.7910/DVN/II2DB6 cumulative_2006-2024.d… case_id    datav…
#>  2 2006        2006 10.7910/DVN/Q8HC9N cces_2006_common.tab    v1000      datav…
#>  3 2007        2007 10.7910/DVN/OOXTJ5 CCES07_OUTPUT.sav       caseid     datav…
#>  4 2008        2008 10.7910/DVN/YUYIVB cces_2008_common.tab    V100       datav…
#>  5 2009        2009 10.7910/DVN/KKM9UK cces09_cmn_output_2.dta v100       datav…
#>  6 2010        2010 10.7910/DVN/VKKRWA cces_2010_common_valid… V100       datav…
#>  7 2011        2011 10.7910/DVN/GLRXZ0 CCES11_Common_OUTPUT.t… V100       datav…
#>  8 2012        2012 10.7910/DVN/HQEVPK CCES12_Common_VV.tab    V101       datav…
#>  9 2013        2013 10.7910/DVN/KPP85M Common Content Data.tab caseid     datav…
#> 10 2014        2014 10.7910/DVN/XFXJVY CCES14_Common_Content_… V101       datav…
#> # ℹ 11 more rows