Learn R Programming

tzdb (version 0.4.0)

tzdb_path: Retrieve the path to the time zone database

Description

Retrieve the path to the time zone database

Usage

tzdb_path(type)

Value

A single string containing the path to the database.

Arguments

type

[character(1)]

The type of time zone database to return the path for.

Currently only "text" is supported.

Examples

Run this code
tzdb_path("text")

Run the code above in your browser using DataLab