knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

miscfunr

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がパッケージ開発の練習として作成したものです。

Installation

You can install miscfunr from GitHub with:

# install.packages("devtools")
devtools::install_github("onoshima/miscfunr")


onoshima/miscfunr documentation built on Dec. 22, 2021, 4:24 a.m.