mirror of
https://github.com/msberends/AMR.git
synced 2025-12-14 20:30:19 +01:00
small text fixes
This commit is contained in:
@@ -205,10 +205,6 @@ first_isolate <- function(tbl,
|
||||
stop('Please check tbl for existance.')
|
||||
}
|
||||
|
||||
if (is.na(column)) {
|
||||
column <- NULL
|
||||
}
|
||||
|
||||
if (!is.null(column)) {
|
||||
if (!(column %in% colnames(tblname))) {
|
||||
stop('Column `', column, '` not found.')
|
||||
|
||||
Reference in New Issue
Block a user