knitr::opts_chunk$set(echo = TRUE) devtools::load_all()
datasetHumain = makeDataset( stations = "61", dfrom = "2015-01-01T00:00:00Z", dto = "2017-01-01T00:00:00Z", sensor = "tsa, ens, vtt") # converting to df datasetHumain = do.call(rbind.data.frame, datasetHumain$output$value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.