Skip to content

Commit

Permalink
fetchNASIS("components"): fix SS=FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jan 12, 2022
1 parent 696cfe8 commit cd091d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fetchNASIS.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fetchNASIS <- function(from = 'pedons',

if (from == 'components') {
# pass arguments through
res <- .fetchNASIS_components(SS = TRUE,
res <- .fetchNASIS_components(SS = SS,
rmHzErrors = rmHzErrors,
nullFragsAreZero = nullFragsAreZero,
fill = fill,
Expand Down

0 comments on commit cd091d5

Please sign in to comment.