Retrieve the path to the time zone database
Arguments
- type
[character(1)]
The type of time zone database to return the path for.
Currently only "text"
is supported.
Value
A single string containing the path to the database.
Examples
tzdb_path("text")
#> [1] "/home/runner/work/_temp/Library/tzdb/tzdata"