totems
is an R package containing the data and helper functions
for analyzing the results of experiments using the Totem game.
You can install the "totems" package directly from GitHub using the "remotes" package.
remotes::install_github("pedmiston/totems-data")
To download the database tables as csvs, you need to create a "config.yml" file with the correct authentication information for connecting to the database.
devtools::load_all()
create_blank_config()
# manually edit "config.yml"
save_all_tables() # saves tables to data-raw/tables/*.csv
save_lab_notes()
save_survey_responses()
source("make-data.R")
# creates data/*.rda
devtools::document()
devtools::install()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.