Cleaning up code for #12

test now compares read_csv and read.csv output directly.
This commit is contained in:
Paul W. Egeler, M.S., GStat 2019-07-29 12:30:52 -04:00
commit a83221432f
4 changed files with 43 additions and 30 deletions

View file

@ -13,7 +13,7 @@ process_user_input.default <- function(x, ...) {
}
process_user_input.data.frame <- function(x, ...) {
x
x
}
process_user_input.character <- function(x, ...) {