From 9b062d4a630c9fc278c5cebccb8669e662c0630a Mon Sep 17 00:00:00 2001 From: Andrew Gene Brown Date: Fri, 4 Oct 2024 17:10:38 -0700 Subject: [PATCH] get_SDA_interpretation: fix default `miscellaneous_areas` argument (should be `TRUE`) --- R/get_SDA_interpretation.R | 2 +- man/get_SDA_interpretation.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/get_SDA_interpretation.R b/R/get_SDA_interpretation.R index 84dfc60c..9a511c8d 100644 --- a/R/get_SDA_interpretation.R +++ b/R/get_SDA_interpretation.R @@ -687,7 +687,7 @@ get_SDA_interpretation <- function(rulename, mukeys = NULL, WHERE = NULL, include_minors = TRUE, - miscellaneous_areas = FALSE, + miscellaneous_areas = TRUE, query_string = FALSE, not_rated_value = NA_real_, wide_reason = FALSE, diff --git a/man/get_SDA_interpretation.Rd b/man/get_SDA_interpretation.Rd index 7de162cf..10e5c00d 100644 --- a/man/get_SDA_interpretation.Rd +++ b/man/get_SDA_interpretation.Rd @@ -11,7 +11,7 @@ get_SDA_interpretation( mukeys = NULL, WHERE = NULL, include_minors = TRUE, - miscellaneous_areas = FALSE, + miscellaneous_areas = TRUE, query_string = FALSE, not_rated_value = NA_real_, wide_reason = FALSE,