Description Usage Arguments Value Examples
extract events from the Phoenix Event Dataset.
1  | tap_events(cameo_code = "all", .database = "all")
 | 
cameo_code | 
 select the specific cameo code(s). Cameo codes must be presented as strings, e.g. "041". If more than one code is select, do so as a vector using 'c()'  | 
.database | 
 select database (FBIS, NYT, SWB); default is that all databases are selected from  | 
tbl_df of requested cameo coded events.
1  | tap_events(cameo_code = c("041"),"SWB")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.