Skip to contents

Based on https://github.com/hrbrmstr/wondr/blob/master/R/wondr.r

Usage

send_query(db = "D66", fn, agree = TRUE)

Arguments

db

Indicate the database, either by label, name, or code. To see the complete list of what's available, use `show_databases()`

fn

.xml query list exported from CDC Wonder web interface

agree

if TRUE (default) accept CDC Wonder API data use restrictions

Examples

if (FALSE) {
   send_query("D66", "data-raw/D66_Defaults.xml")
   send_query("D76", "testquery.xml")
}