knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
miscfunr is a collection of miscellaneous functions, which are not included in R's built-in functions. miscfunr was created by onoshima as an exercise in package development.
miscfunrは,Rの組み込み関数にはない雑多な関数を集めたものです。 miscfunrはonoshimaがパッケージ開発の練習として作成したものです。
You can install miscfunr from GitHub with:
# install.packages("devtools") devtools::install_github("onoshima/miscfunr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.