Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@njlyon0 njlyon0 released this 23 Feb 19:09
· 78 commits to main since this release

First version of ltertools available on CRAN. There are no ERRORs, WARNINGs, or NOTEs returned by devtools::check().

  • New function: read -- reads in all data files in a particular folder and stores them in a list
  • New function: begin_key -- creates the start of a "column key" for data harmonization
  • New function: harmonize -- performs column key-based harmonization of raw data
  • New function: cv -- calculates coefficient of variation for a vector of numbers
  • New function: convert_temp -- converts temperature values from one specified unit to another
  • New dataset: lter_sites -- includes primary habitat, latitude/longitude coordinates, and funding start/end years for every site currently in the network
  • New function: site_timeline -- creates a ggplot2-style timeline of all sites that meet the user-specified criteria (for site code and/or habitat)