Skip to content

Commit

Permalink
stupid check was failing and annoying me
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty-WDFW committed Sep 24, 2024
1 parent 6923d4a commit 21938a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ pssp_last_update <- function(dsn = "pssp_prod64") {

#' @title Queries the pssp database
#' @description Queries the pssp database and returns a tibble
#' @param dsn DSN connection default "pssp_prod64"
#' @param query SQL Query
#' @param dsn DSN connection default "pssp_prod64"
#' @examples
#' \dontrun{
#' data <- pssp_query("SELECT * FROM survey LIMIT 10;")
Expand Down
6 changes: 3 additions & 3 deletions man/pssp_query.Rd

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

0 comments on commit 21938a7

Please sign in to comment.