Skip to content

Commit

Permalink
Added read to NEWS and README
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Feb 8, 2024
1 parent 6c2c626 commit 83f8448
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Development version of `ltertools`. There are no ERRORs, WARNINGs, or NOTEs returned by `devtools::check()`. Changes from latest release will be listed here as they are made.

- New function: `read` -- reads in all data files in a particular folder and stores them in a list
- 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
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ As functions are added to the package they will be briefly summarized below and

### Data Wrangling

- **`read`** -- Reads in all files of specified types in a particular folder and stores them as elements in a list. List element names are the respective file names. Currently supports CSV, TXT, XLS, and XLSX file formats. Function written by [Nick Lyon](https://njlyon0.github.io/)

- **`cv`** -- Calculate coefficient of variation (CV) from a vector of numbers. Function written by [Nick Lyon](https://njlyon0.github.io/)

- **`convert_temp`** -- Convert temperature values from one set of units to another. Function written by [Nick Lyon](https://njlyon0.github.io/)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ below and attributed to their author(s)

### Data Wrangling

- **`read`** – Reads in all files of specified types in a particular
folder and stores them as elements in a list. List element names are
the respective file names. Currently supports CSV, TXT, XLS, and XLSX
file formats. Function written by [Nick
Lyon](https://njlyon0.github.io/)

- **`cv`** – Calculate coefficient of variation (CV) from a vector of
numbers. Function written by [Nick Lyon](https://njlyon0.github.io/)

Expand Down

0 comments on commit 83f8448

Please sign in to comment.