-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
46 lines (28 loc) · 967 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# codeutils
<!-- badges: start -->
<!-- badges: end -->
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](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("haddonm/codeutils")
```