Learn R Programming

soilDB (version 2.3)

get_text_notes_from_NASIS_db: Extract text note data from a local NASIS Database

Description

Extract text note data from a local NASIS Database.

Usage

get_text_notes_from_NASIS_db(SS = TRUE, fixLineEndings = TRUE)

Arguments

SS

get data from the currently loaded Selected Set in NASIS or from the entire local database (default: TRUE)

fixLineEndings

convert line endings from "\r\n" to "\n"

Value

A list with the results.

Details

This function currently works only on Windows.

See Also

get_hz_data_from_pedon_db, get_site_data_from_pedon_db

Examples

Run this code
# NOT RUN {
# query text note data
t <- 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
table(t$site_text$textcat)

# }

Run the code above in your browser using DataLab