To support general and non-specific organisational tasks requiring or supported by R, this package provides general purpose functions that facilitate performant and efficient implementation of standardised workflows. This is particularly useful for website update, newsletter generation, reports, notes and other related tasks that are or will be automated or supported within R.
Installation
You can install katilingban
from the Katilingban R universe repository as follows:
install.packages(
"katilingban",
repos = c(
'https://katilingban.r-universe.dev',
'https://cloud.r-project.org'
)
)