Learn R Programming

r2country (version 2.0.2.4.0)

city_time: Dataset of current time in Cities

Description

Dataset containing time different in various cities with respect to USA/New York time

Usage

data(city_time)

Arguments

Value

cities and the current time relative to New York

Format

A data frame with the current time in various cities

City

Names of cities

Timediff

Time difference relative to New York time

References

https://www.timeanddate.com

Examples

Run this code
# load the cities and languages dataset
data(city_time)

# view content of the city-language data
head(city_time)

Run the code above in your browser using DataLab