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

multiplyR

The goal of multiplyR is to allow my three children to play with multiplication tables and experimenting their graphical representations through a shiny App (and make their dad feel less guilty when he is coding at home to experiment Bootstrap 5 functionalities)

Installation

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

# install.packages("devtools")
devtools::install_github("mhanf/multiplyR")

Shiny apps

You can launch the multiplyR shiny app with :

run_app_multiplyr()

!!! work in progress !!!



mhanf/multiplyR documentation built on May 17, 2022, 7:41 a.m.