read_csv | R Documentation |
Reads all three daily input variables (sf, tair, and pn) for a single year from a CSV file that includes a header.
read_csv(fname, y = -1)
fname |
String, file name. |
y |
Numeric, year. |
List with the following properties:
File name.
Sunshine fraction.
Air temperature.
Precipitation.
Number of data points.
Year of data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.