Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Sep 13, 2018
1 parent 102533f commit 7db89a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Currently there are six main functions:
- `get_data_licence()` - get the url, or a markdown or html-formatted link to one of several B.C. or Canadian licences
- `order_df()` - order a data frame using summary of a specified column or specify the order manually (this function is deprecated, see [`forcats::fct_reorder`](https://cran.r-project.org/web/packages/forcats/index.html) for the same functionality)
- `report_percent()` - perform standardized rounding of percentage values for reporting.
- `to_titlecase()` - simple helper function to convert `"AnY stRanGELy forMaTTed STring"` to `"Title Case"`.

The package also installs an [RStudio Addin](https://rstudio.github.io/rstudioaddins/) for adding a custom footer to READMEs for projects maintained by [Environmental Reporting BC](https://github.com/bcgov/EnvReportBC).

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# envreportutils 0.6.3
# envreportutils 0.7

<a rel="Delivery" href="https://github.com/BCDevExchange/assets/blob/master/README.md"><img alt="In production, but maybe in Alpha or Beta. Intended to persist and be supported." style="border-width:0" src="https://assets.bcdevexchange.org/images/badges/delivery.svg" title="In production, but maybe in Alpha or Beta. Intended to persist and be supported." /></a>[![Travis-CI
Build
Expand Down Expand Up @@ -39,6 +39,8 @@ Currently there are six main functions:
for the same functionality)
- `report_percent()` - perform standardized rounding of percentage
values for reporting.
- `to_titlecase()` - simple helper function to convert `"AnY stRanGELy
forMaTTed STring"` to `"Title Case"`.

The package also installs an [RStudio
Addin](https://rstudio.github.io/rstudioaddins/) for adding a custom
Expand Down

0 comments on commit 7db89a6

Please sign in to comment.