Skip to content

Commit

Permalink
docs: adding make_json to README
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Sep 20, 2024
1 parent 9d1345e commit 9b8150b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ devtools::install_github("lter/ltertools")

As functions are added to the package they will be briefly summarized below and attributed to their author(s)

### Reproducibility

- **`make_json`** -- creates a JSON containing name/value pairs from a named vector. If desired, can also add the created JSON's filename to the .gitignore (if one exists in the working directory)

### Harmonization

- **`begin_key`** -- creates the first two columns of a 'column key' and--if the optional `guess_tidy` argument is set to `TRUE`--"guesses" at what the tidy names 'should be'
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ devtools::install_github("lter/ltertools")
As functions are added to the package they will be briefly summarized
below and attributed to their author(s)

### Reproducibility

- **`make_json`** – creates a JSON containing name/value pairs from a
named vector. If desired, can also add the created JSON’s filename to
the .gitignore (if one exists in the working directory)

### Harmonization

- **`begin_key`** – creates the first two columns of a ‘column key’
Expand Down

0 comments on commit 9b8150b

Please sign in to comment.