read_plain_mode: Read plain mode data

View source: R/io.R

read_plain_modeR Documentation

Read plain mode data

Description

Read plain mode data

Usage

read_plain_mode(filename, tz = "UTC")

Arguments

filename

character or connection

tz

character, the time zone for the location and time requested

Value

list with

  • location, the name of the location

  • lonlat, numeric two element vector of [lon,lat]

  • file, the name of the output file

  • status, status code from calling the function - either zero (sucess) or non-zero

  • moon, tibble of moon rise/set, possible with 0 rows

  • sun, tibble of sun rise/set, possibly with 0 rows

  • tide, tibble of tide height and stage, possibly with 0 rows


BigelowLab/maree documentation built on April 23, 2023, 4:19 p.m.