bw.water | R Documentation |
Read in lemnatech watering data from metadata.json files
bw.water(file = NULL, envKey = "environment")
file |
Path to a json file of lemnatech metadata. |
envKey |
Character string representing the json key for environment data. By default this is set to "environment". Currently there are no situations where this makes sense to change. |
A data frame containing the bellwether watering data
tryCatch(
{
w <- bw.water("https://raw.githubusercontent.com/joshqsumner/pcvrTestData/main/metadata.json")
},
error = function(e) {
message(e)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.