if (FALSE) {
conn <- connect_to_db("path/to/database.db")
arguments <- add_argument(list(), "publication_id", "greater", 0)
target_vars <- c("default", "n_participants")
target_table <- "study_table"
results <- query_db(conn, arguments, target_vars, target_table)
}
Run the code above in your browser using DataLab