Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed Jul 6, 2023
1 parent e65a991 commit 608ad6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ export(TADA_FieldValuesTable)
export(TADA_FindContinuousData)
export(TADA_FindNearbySites)
export(TADA_FindPotentialDuplicates)
export(TADA_FindQAPPApproval)
export(TADA_FindQAPPDoc)
export(TADA_FindQCActivities)
export(TADA_FlagAboveThreshold)
export(TADA_FlagBelowThreshold)
export(TADA_FlagCoordinates)
export(TADA_FlagFraction)
export(TADA_FlagMethod)
export(TADA_FlagQAPPApproved)
export(TADA_FlagResultUnit)
export(TADA_FlagSpeciation)
export(TADA_GetActivityTypeRef)
Expand Down
2 changes: 1 addition & 1 deletion R/ResultFlagsIndependent.R
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ TADA_FlagBelowThreshold <- function(.data, clean = TRUE, errorsonly = FALSE) {
#' # Note: When clean = TRUE, cleanNA = TRUE, and errorsonly = TRUE, an error message is returned
#'

TADA_FlagQAPPApproved <- function(.data, clean = FALSE, cleanNA = FALSE, errorsonly = FALSE) {
TADA_FindQAPPApproval <- function(.data, clean = FALSE, cleanNA = FALSE, errorsonly = FALSE) {
# check .data is data.frame
TADA_CheckType(.data, "data.frame", "Input object")
# check clean is boolean
Expand Down
6 changes: 3 additions & 3 deletions man/TADA_FlagQAPPApproved.Rd → man/TADA_FindQAPPApproval.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 608ad6c

Please sign in to comment.