Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Dec 12, 2024
1 parent 6483b9c commit 11a12c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/autoReport.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ readAutoReportData <- function(fileName = "autoReport.yml",
target <- config$r$autoReport$target

if (target == "db") {
query <- paste0("SELECT * FROM ", config$r$autoReport$key,";")
query <- paste0("SELECT * FROM ", config$r$autoReport$key, ";")
res <- rapbase::loadRegData(config$r$autoReport$key, query)
return(res)
} else if (target == "file") {
Expand Down

0 comments on commit 11a12c9

Please sign in to comment.