powered by
Function to load in an Aquarius json file, downloaded from https://water.data.sa.gov.au, possibly using AWQPDownload()
AQWPLoad(filename, qual_codes = TRUE, long_format = TRUE)
A tibble with the data in the file
A file downloaded from the Export Data tab on https://water.data.sa.gov.au, or using AQWPDownload()
TRUE/FALSE to return quality codes. Defaults to true
TRUE/FALSE to return data in long format, rather than wide (e.g. a spreadsheet). Long is useful for plotting with ggplot
if (FALSE) { AQWPLoad("AQWP.json") }
Run the code above in your browser using DataLab