Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.63 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.63 KB

wzMisc

Build Status

Miscellaneous functions package

Version 1.4.0

This is the initial major release suitable for public consumption.

Changelog

1.4.0 (2023-01-26)

  • Add fold_na()

1.3.0 (2019-11-06)

  • Add recur_unique()

1.2.2 (2019-09-12)

  • Add meaningful description for norm_trailing_slash()
  • Use x as example var for unescape_markup()

1.2.1 (2019-08-26)

  • Add uniquify option with default TRUE for fix_tbl_names()

1.2.0 (2019-04-26)

  • Add rgb_brightness

1.1.6 (2019-03-06)

  • ftp_getBinPars() file dt should be subset by type code upstream
  • Fixed remote file path in ftp_getBinPars() when a nested dir is passed as hdir

1.1.5 (2019-03-04)

  • Use mode() <- "integer" for cas_checksum() for efficiency

1.1.4 (2019-02-28)

  • Do not lowercase host par in ftp_makeParams
  • Set classes properly for default output of profile_table as implied in documentation

1.1.3 (2018-10-30)

  • Properly handle zero start for make_chunks

1.1.2 (2018-10-10)

  • Handle multiple class returns in profile_table

1.1.1 (2018-09-26)

  • Handle all NA columns for UNIQUEN and INTEGRAL_DUPE_FCTR in profile_table

1.1.0 (2018-09-26)

  • Add profile_table

Installation

Install using devtools:

devtools::install_github("slin30/wzMisc")

Note

Some functions in this package depend on data.table; please refer to their extensive wiki for additional information:

data.table installation