knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of crudr
is to simplify a crud app that works with
Shiny and DT, and that maintains a corresponding change-tracking
table in the database.
Most of crudr is just one function: cdr_manage_db_tbls()
crudr
is still in development and not available from CRAN, but it works pretty
well for the databases: sqlite, postgres, and snowflake.
You can install the development version of crudr from Github by running:
remotes::install_github("eauleaf/crudr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.