Description Usage Arguments Value Examples
View source: R/get_adif_record.R
This needs to be changed to character base but will probably work for the skcc logger for now
1 | get_adif_record(conn)
|
conn |
A file connection |
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
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.