Skip to content

Commit

Permalink
Minor doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpancia committed Mar 2, 2016
1 parent 59d28a3 commit 5880e74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions R/search.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ search_UMLS <- function(search, inputType = "sourceUi", includeObsolete = FALSE,
results
}

#' @rdname search_UMLS
search_UMLS_page <- function(search, inputType = "sourceUi", includeObsolete = FALSE, includeSuppressible = FALSE, sabs = NULL, searchType = "words",
pageNumber = 1, pageSize = 25) {
ticket <- get_service_ticket(get_TGT())
Expand All @@ -37,7 +36,6 @@ search_UMLS_page <- function(search, inputType = "sourceUi", includeObsolete = F
r
}

#' @rdname search_UMLS
parse_search <- function(result) {
resContent <- content(result)
results <- resContent$result$results
Expand Down
8 changes: 0 additions & 8 deletions man/search_UMLS.Rd

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

0 comments on commit 5880e74

Please sign in to comment.