| get_raw_mode | R Documentation |
Retrieve the raw tide values for a specified location
get_raw_mode(
location = "Portland",
time = c(Sys.time(), Sys.time() + 4 * (24 * 3600)),
step = "01:00",
utc = TRUE,
ofile = tempfile(),
compress = FALSE,
app = Sys.which("/opt/bin/tide"),
append = FALSE,
verbose = FALSE
)
location |
the name of the location |
time |
2 element vector of POSIXct time to start and stop start <= time < stop.
Defaults to [now, now + 4 days] (assumed UTC if |
step |
character, time step as 'HH:MM'. Defaults tp "01:00" |
utc |
logical if TRUE then return values in UTC, otherwise local time |
ofile |
character, the output filename. Defaults to |
compress |
logical, if TRUE compress the file. Defaults to TRUE. |
app |
the name of the application. Defaults to |
append |
logical, if TRUE append to exisiting output file (if any). Otherwise overwrite existing output file. |
verbose |
logical if TRUE print the command run |
list with
location, the name of the location
file, the name of the output file
data, tibble of data, possible with 0 rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.