Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@njlyon0 njlyon0 released this 12 Apr 18:26
· 93 commits to main since this release

Minor version update from ver 1.2.0. It currently has no ERRORS, WARNINGS, or NOTES from devtools::check. Changes from previous release are as follows:

  • New function: force_num. Coerces a vector to numeric and automatically silences any warnings due to coercing values to NA
  • New function: safe_rename. Renames columns in a given dataframe by matching 'bad' names with 'good' names
  • New function: tabularize_md. Converts a markdown file into a table that retains the nested structure of any headings in the file