dataaimsr 1.1.0
- Added the capacity to download daily aggregated Sea Water Temperature Loggers dataset
dataaimsr 1.0.3
Added
aims_*prefix to all exported functionsaims_data,aims_filter_valuesandaims_expose_attributesnow take a string target rather than a string DOI as input argumentaims_dataandaims_filter_valuesfail gracefully now if the input filter parameters are incorrect or there is no internet connectionaims_data_doiis now the non-exporteddata_doiImportant changes pertaining to
aims_data:Always returns a data.frame
Contains it’s own class called
aimsdfwhich contains print, summary and plot methodsContains three additional exposed helper functions which allow the user to extract metadata/citation/parameter attributes.
Example set has been reduced to a minimal amount
plot method for class
aimsdfdisplays either a map or a time seriesimproved test coverage
dataaimsr 1.0.2
Implemented
summarydatasets for the Temperature Loggers dataset viaaims_dataImplemented
expose_attributes()to show which filters are accepted by the different datasetsrestrict
filter_valuesto expel info on sites, series and parameters onlyUsing
parsedateto standardise date strings and account for time zoneCreated new vignette explaining basic usage of package
