save_noaa: Save NOAA Weather Forcast to File

View source: R/noaa.R

save_noaaR Documentation

Save NOAA Weather Forcast to File

Description

Save NOAA Weather Forcast to File

Usage

save_noaa(wx, filename = NULL, path = ".", skip = TRUE)

Arguments

wx

(tibble) A NOAA Weather Forecast.

filename

(character) The filename of the saved RDS file. If NULL (default), then the filename is uniquely created from the GPS coordinates and the timestamp of forecast.

path

(character) Folder where to save forecast.

skip

(logical) If TRUE, then an already saved forecast will not be overwritten.

Value

(character) The pathname of the saved forecast. If skipped, then attribute 'skipped' is set to TRUE.


BHGC/bhgc.wx documentation built on April 7, 2022, 3:47 a.m.