Skip to content

Commit

Permalink
Merge pull request #51 from nutterb/main
Browse files Browse the repository at this point in the history
Remove genericApiCall.redcapDbConnection
  • Loading branch information
spgarbet authored Mar 23, 2023
2 parents acdf20e + 77d9731 commit 31ceb91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ S3method(exportVersion,redcapApiConnection)
S3method(fieldChoiceMapping,character)
S3method(fieldChoiceMapping,redcapApiConnection)
S3method(genericApiCall,redcapApiConnection)
S3method(genericApiCall,redcapDbConnection)
S3method(importArms,redcapApiConnection)
S3method(importFiles,redcapApiConnection)
S3method(importRecords,redcapApiConnection)
Expand Down
14 changes: 0 additions & 14 deletions R/genericApiCall.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,6 @@ genericApiCall <- function(rcon,
#' @rdname genericApiCall
#' @export

genericApiCall.redcapDbConnection <- function(rcon,
content,
make_data_frame = TRUE,
colClasses = NA,
returnFormat = "csv",
...)
{
message("Please accept my apologies. The exportArms method for redcapDbConnection objects\n",
"has not yet been written. Please consider using the API.")
}

#' @rdname genericApiCall
#' @export

genericApiCall.redcapApiConnection <- function(rcon,
content,
make_data_frame = TRUE,
Expand Down
10 changes: 0 additions & 10 deletions man/genericApiCall.Rd

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

0 comments on commit 31ceb91

Please sign in to comment.