Print Date and Time in All Supported Formats using R Shiny
This app is a date and time that prints in all supported formats. It uses the lubridate package for date and time library and shiny package for R Shiny.
Getting Started
- Clone the repository:
git clone https://github.com/lulunac27a/r-shiny-datetime.git - Change directory:
cd r-shiny-datetime - Install required packages in R code:
install.packages(c("shiny")andinstall.packages(c("lubridate")) - Run the app:
shiny::runApp()