Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 508 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 508 Bytes

Features

Logging

It is an extension of futile.logger package.

see files in:

./R/fun_log.R ./inst/example-logging/*

./inst/example-logging/example-logging-rmd.Rmd is an example of Rmd that uses the logging functions

Installation

install.packages("devtools")
devtools::install_github("akirocode/aktools")
library(aktools)

or install a specific immutable version (specific tag)

install.packages("devtools")
devtools::install_github("akirocode/aktools@0.8.0")
library(aktools)