Learn R Programming

rnoaa (version 0.6.0)

print.ghcnd_stations: Print out GHCND stations

Description

This function prints out, in a nice format, the object returned by ghcnd_stations.

Usage

"print"(x, ..., n = 10)

Arguments

x
The object returned by a call to ghcnd_stations.
...
Other parameters to pass to print.
n
Number of rows of station data to print.

Examples

Run this code
## Not run: 
# stations <- ghcnd_stations()
# print(stations)
# ## End(Not run)

Run the code above in your browser using DataLab