cc18_samp | R Documentation |
1000 rows from th 2018 CCES Common Content. Contains all columns, retaining the
haven_labelled
class. This is doi:10.7910/DVN/ZSBZ7K/H5IDTA originally read
in using read_dta
via get_cces_dataverse()
. To search for variable by its content,
questionr::lookfor
(or rcces::vartab
) is a useful option (see example).
cc18_samp
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1000 rows and 526 columns.
See the 2018 Codebook in the DOI below for question wording of
each column. To use the harmonized and easier-to-use versions of common variables
like geography, partisan ID, demographics and vote choice, use the cumulative
common content, of which 2018 is a subset. A sample of the cumulative is contained
in this package as ?ccc_samp
.
"Brian Schaffner; Stephen Ansolabehere; Sam Luks, 2019, "CCES Common Content, 2018", doi:https://doi.org/10.7910, Harvard Dataverse V6.
# use questionr::lookfor to search the label and labels
questionr::lookfor(cc18_samp, "Trump")
# all data
cc18_samp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.