Skip to contents

Read data file with a DTO format (Date Time Observation)

Usage

pam_read_delim_dto(
  path,
  skip = 6,
  col = 3,
  date_format = "%d.%m.%Y %H:%M"
)

Arguments

path

is the full path of the file (pathname + filename)

skip

is the number of lines of the data file to skip before beginning to read data.

col

is the the index of the column of the data to take as observation

date_format

format of the date

See also