20660: Tweaks to eliminate check warnings
[arvados.git] / sdk / R / R / autoGenAPI.R
index c86684f8b0a13ab62f53eddc23884a16e2504ffc..fbf58c2f51744173335709d35b517037a92d62ef 100644 (file)
@@ -9,6 +9,10 @@ getAPIDocument <- function(){
     httr::content(serverResponse, as = "parsed", type = "application/json")
 }
 
+#' generateAPI
+#'
+#' Autogenerate classes to interact with Arvados from the Arvados discovery document.
+#'
 #' @export
 generateAPI <- function()
 {