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

AFDapp

Lifecycle: experimental Codecov test coverage

The goal of AFDapp is to use AFD open data to make a shiny app.
This project shows that I have a good level in R.
In this project I've used Golem to create a production ready project.
I've also used :

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ngsanogo/AFDapp")

usage

Once the package is installed, you can launch it with:

# install.packages("devtools")
AFDapp::run_app()

Code of Conduct

Please note that the AFDapp project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



ngsanogo/AFDapp documentation built on Dec. 22, 2021, 1:18 a.m.