Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.21 KB

graffiti R package

Overview

Experimental

This package contains an R-Shiny Dashboard Displaying Data From INSEE BDM database. This dashboard contains a library of pre-made plots and a plot generator. Graffiti app is a contribution to reproducible research and public data transparency. Under the hood, graffiti uses insee R package.

Have a look at the app : https://graffiti.lab.sspcloud.fr/

Installation, Loading an Use

# Get the development version from GitHub
# install.packages("devtools")
# devtools::install_github("pyr-opendatafr/R-Insee-Data")
# devtools::install_github("pyr-opendatafr/graffiti")

library(graffiti)

# Use
graffiti()

Dashboard

Contributing

All contributions are welcome !!

Deployment environment

The graffiti app is built with a dedicated docker image available in a separate repo. Then, it is deployed thanks to Onyxia datascience platform

Support

Feel free to open an issue with any question about this package using https://github.com/pyr-opendatafr/graffiti/issues Github repository.