Extract text note data from a local NASIS Database.
get_text_notes_from_NASIS_db(SS = TRUE, fixLineEndings = TRUE)
get data from the currently loaded Selected Set in NASIS or from the entire local database (default: TRUE)
convert line endings from "\r\n" to "\n"
A list with the results.
This function currently works only on Windows.
# NOT RUN {
# query text note data
t <- try(get_text_notes_from_NASIS_db())
# show contents text note data, includes: siteobs, site, pedon, horizon level text notes data.
str(t)
# view text categories for site text notes
if(!inherits(t, 'try-error'))
table(t$site_text$textcat)
# }
Run the code above in your browser using DataLab