Skip to content

Commit

Permalink
Added new parameters, default values, and updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kruse committed Sep 16, 2024
1 parent db59df8 commit fc79a3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/chemical-APIs.R
Original file line number Diff line number Diff line change
Expand Up @@ -1151,14 +1151,16 @@ get_msready_by_dtxcid <- function(DTXCID = NULL,
#'
#' @param API_key The user-specific API key.
#' @param Server The root address for the API endpoint.
#' @param verbose A logical indicating if some "progress report" should be given.
#'
#' @return A character list of types of lists.
#' @export
#'
#' @examplesIf FALSE
#' get_all_list_types()
get_all_list_types <- function(API_key = NULL,
Server = chemical_api_server){
Server = chemical_api_server,
verbose = FALSE){

if (is.null(API_key)){
if (has_ctx_key()) {
Expand Down

0 comments on commit fc79a3c

Please sign in to comment.