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

ragaki

A lot of times I find myself doing the same thing twice. Any time that happens, I wonder if it can be automated. However, these problems are often 'Kai problems' and not 'everyone problems', so it doesn't make sense to make them as general (or robust) as they would need to be to fit into a serious package. So, welcome to my personal package: ragaki.

Installation

You can install the development version of ragaki from GitHub with:

# install.packages("devtools")
devtools::install_github("KaiAragaki/ragaki")


KaiAragaki/ragaki documentation built on Dec. 25, 2021, 2:24 a.m.