writeClimateData: Write climate data to a binary file for each location.

Description Usage Arguments Value

Description

Writes a climate data frame to a file in binary format.

Usage

1
2
writeClimateData(df, file.name, column.names = c("precipitation", "temp.high",
  "temp.low", "windspeed"), column.factors = c(0.025, 0.01, 0.01, 0.01), ...)

Arguments

df

the data frame to write.

file.name

the file name to write to.

column.names

the names of columns to write.

column.factors

the factors to divide by before writing.

Value

TRUE if successful.


karawoo/cbccy documentation built on May 20, 2019, 7:21 a.m.