https://github.com/lulunac27a/r-shiny-datetime
Print date and time in all supported formats in R Shiny
https://github.com/lulunac27a/r-shiny-datetime
date date-time date-time-format datetime datetime-format r r-shiny shiny shiny-app shiny-application shiny-applications shiny-web-app shiny-webapp time web-app web-application web-applications webapp
Last synced: 2 months ago
JSON representation
Print date and time in all supported formats in R Shiny
- Host: GitHub
- URL: https://github.com/lulunac27a/r-shiny-datetime
- Owner: lulunac27a
- Created: 2025-01-06T04:25:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T03:30:31.000Z (3 months ago)
- Last Synced: 2025-01-23T04:23:33.628Z (3 months ago)
- Topics: date, date-time, date-time-format, datetime, datetime-format, r, r-shiny, shiny, shiny-app, shiny-application, shiny-applications, shiny-web-app, shiny-webapp, time, web-app, web-application, web-applications, webapp
- Language: R
- Homepage: https://lulunac27a.github.io/r-shiny-datetime/
- Size: 584 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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()`