get_adif_record: Read adif record lines until an "<eor>" is found

Description Usage Arguments Value Examples

View source: R/get_adif_record.R

Description

This needs to be changed to character base but will probably work for the skcc logger for now

Usage

1

Arguments

conn

A file connection

Value

a character vector: If character(1) then it is the line that caused the exit condition. If character(0) then it is the end of file

Examples

1
2
3
4
5
6
src <- file.path(getwd(),"adif","tests","sample.adi")
conn <- file(src, open="r")
get_adif_headers(conn)
res <- get_adif_record(conn)
close(conn)
res

4current/adif documentation built on Nov. 24, 2019, 4:15 p.m.