Package: bigD 0.3.0.9000
bigD: Flexibly Format Dates and Times to a Given Locale
Format dates and times flexibly and to whichever locales make sense. Parses dates, times, and date-times in various formats (including string-based ISO 8601 constructions). The formatting syntax gives the user many options for formatting the date and time output in a precise manner. Time zones in the input can be expressed in multiple ways and there are many options for formatting time zones in the output as well. Several of the provided helper functions allow for automatic generation of locale-aware formatting patterns based on date/time skeleton formats and standardized date/time formats with varying specificity.
Authors:
bigD_0.3.0.9000.tar.gz
bigD_0.3.0.9000.zip(r-4.5)bigD_0.3.0.9000.zip(r-4.4)bigD_0.3.0.9000.zip(r-4.3)
bigD_0.3.0.9000.tgz(r-4.4-any)bigD_0.3.0.9000.tgz(r-4.3-any)
bigD_0.3.0.9000.tar.gz(r-4.5-noble)bigD_0.3.0.9000.tar.gz(r-4.4-noble)
bigD_0.3.0.9000.tgz(r-4.4-emscripten)bigD_0.3.0.9000.tgz(r-4.3-emscripten)
bigD.pdf |bigD.html✨
bigD/json (API)
NEWS
# Install 'bigD' in R: |
install.packages('bigD', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/bigd/issues
datedatetimeeasy-to-usei18ntime
Last updated 11 days agofrom:617741d5d8. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win | OK | Nov 09 2024 |
R-4.5-linux | OK | Nov 09 2024 |
R-4.4-win | OK | Nov 09 2024 |
R-4.4-mac | OK | Nov 09 2024 |
R-4.3-win | OK | Nov 09 2024 |
R-4.3-mac | OK | Nov 09 2024 |
Exports:fdtfdt_locales_lstfdt_locales_vecfirst_day_of_weekflex_d_lstflex_d_vecflex_t12_lstflex_t12_vecflex_t24_lstflex_t24_vecnames_monthsnames_wkdaysstandard_datestandard_date_timestandard_time
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Format a datetime with a formatting string | fdt |
A list of all supported locales | fdt_locales_lst |
Get a vector of all supported locales | fdt_locales_vec |
Get a named vector of all first-day-of-the-week names for different regions | first_day_of_week |
A list of all flexible date types | flex_d_lst |
Get a vector of all flexible date types | flex_d_vec |
A list of all 12-hour flexible time types | flex_t12_lst |
Get a vector of all 12-hour flexible time types | flex_t12_vec |
A list of all 24-hour flexible time types | flex_t24_lst |
Get a vector of all 24-hour flexible time types | flex_t24_vec |
Get a vector of all the short month names | names_months |
Get a vector of all the short weekday names | names_wkdays |
Obtain a standard date format that works across locales | standard_date |
Obtain a standard datetime format that works across locales | standard_date_time |
Obtain a standard time format that works across locales | standard_time |