This package hosts any functions or utilities that have not found their specific packages.
You can install this package with the following command from github
library(devtools)
install_github("fortune9/ZZMisc")
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
The associated package website built with pkgdown is available at here
Zhenguo Zhang Author
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.