Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/odbc_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fn_post_odbc <- function(entity_type, pk, inputs, con, obj=FALSE, debug = FALSE)
#' @param obj optional class with extra query info
#' @param debug Print out debug info if true
#' @seealso NA
#' @export fn_post_odbc
#' @export fn_delete_odbc
#' @examples NA
fn_delete_odbc <- function(entity_type, pk, inputs, con, obj=FALSE, debug=FALSE){
#Search for existing ts matching supplied varkey, featureid, entity_type
Expand Down
Loading