test_that("DroughtCode", {
checkData('DroughtCode',
drought_code,
list(data.table(dc_yda=DC),
data.table(temp=TEMP),
data.table(rh=RH),
data.table(prec=PREC),
data.table(lat=LAT),
data.table(mon=MON),
data.table(lat.adjust=BOOL)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.