Skip to content

lulunac27a/r-shiny-datetime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone the repository: git clone https://github.com/lulunac27a/r-shiny-datetime.git
  2. Change directory: cd r-shiny-datetime
  3. Install required packages in R code: install.packages(c("shiny") and install.packages(c("lubridate"))
  4. Run the app: shiny::runApp()