fix_date_app | R Documentation |
A shiny application which allows users to standardize dates
using a graphical user interface (GUI). Most features of datefixR
are supported including imputing missing date data. Data can be provided as
CSV (comma-separated value) or XLSX (Excel) files. Processed datasets can
be downloaded as CSV files. Please note, the dependencies for this app
(DT
, htmltools
, readxl
, and shiny
) are not
installed alongside datefixR
. This allows datefixR
to be
installed on secure systems where these packages may not be allowed. If one
of these dependencies is not installed on the system when this function is
called, then the user will have the option of installing them.
fix_date_app(theme = "datefixR")
theme |
Color theme for shiny app. Either |
A shiny app.
The shiny
package.
## Not run:
fix_date_app()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.