Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 787 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 787 Bytes

codeutils

The goal of codeutils is to provide a set of utility functions that facilitate the use of R and programming in R

Latest Developments:

  • 2023-12-12 0.0.8 added insertmissingRC which allows plots to better reflect missing data.

  • 2023-07-07 0.0.6 added pathtopath and associated functions

  • 2023-07-05 0.0.5 Generalized getDBdir

  • 2022-11-15 0.0.3 Slight modification to properties() to allow it to be used with tibbles

  • 2022-09-14 0.0.2 Added makelist and tidied some help pages.

Installation

The latest version from GitHub with:

# install.packages("devtools")
devtools::install_github("haddonm/codeutils")