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

FLlearnr

The FLlearnr provides additional and customised logic useful for learnr and learnrhash documents.

Installation

You can install FLlearnr with:

remotes::install_github("finnlindgren/FLlearnr")

Example

library(FLlearnr)
## basic example code


finnlindgren/FLlearnr documentation built on Feb. 10, 2022, 1:35 a.m.