Skip to content

Commit

Permalink
Update default csv name in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kerchner authored Nov 26, 2024
1 parent 65ec8ba commit cb68f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/db.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ sd_database <- function(

# Authentication/Checks for NULL Values
if (is.null(host) | is.null(dbname) | is.null(port) | is.null(user) | is.null(table)) {
message("One or more of the required arguments in sd_database() are NULL, so the database is NOT connected; writing responses to local data.csv file *for previewing purposes only*.")
message("One or more of the required arguments in sd_database() are NULL, so the database is NOT connected; writing responses to local preview_data.csv file *for previewing purposes only*.")
return(NULL)
}

Expand Down

0 comments on commit cb68f77

Please sign in to comment.