This package hosts any functions or utilities that have not found their specific packages.

Installation

You can install this package with the following command from github

library(devtools)
install_github("fortune9/ZZMisc")

Example

This is a basic example which shows you how to solve a common problem:

library(ZZMisc)
#> Loading required package: ggplot2
#> Warning: replacing previous import 'lifecycle::last_warnings' by
#> 'rlang::last_warnings' when loading 'tibble'
#> Warning: replacing previous import 'lifecycle::last_warnings' by
#> 'rlang::last_warnings' when loading 'pillar'
# load a package, and install it if not installed yet
load_package("ggplot2")
## basic example code

Package website

The associated package website built with pkgdown is available at here

Contributors

Zhenguo Zhang Author