Updated README and small fix for Subcollection docs.
authorFuad Muhic <muhic.fuad@gmail.com>
Mon, 16 Apr 2018 15:03:38 +0000 (17:03 +0200)
committerFuad Muhic <muhic.fuad@gmail.com>
Mon, 16 Apr 2018 15:03:38 +0000 (17:03 +0200)
Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

sdk/R/R/Subcollection.R
sdk/R/README.Rmd

index 863e3f768f778880d7396a159a66f04e57d48fe6..b3b01f89c18eb07deabbefced545e34ad1f1b18f 100644 (file)
@@ -3,7 +3,7 @@ source("./R/util.R")
 #' Subcollection
 #' 
 #' Subcollection class represents a folder inside Arvados collection.
-#' It is essentially a composite of ArvadosFiles and other Subcollections.
+#' It is essentially a composite of arvadosFiles and other subcollections.
 #' 
 #' @section Usage:
 #' \preformatted{subcollection = Subcollection$new(name)}
index 65c79798611aacfc58cd325c50e519278be6aef6..8a64e93d0acd04da19f3dc7fd8ec561720e23452 100644 (file)
@@ -291,6 +291,15 @@ knitr::opts_chunk$set(eval = FALSE)
 
 #### Help
 
+* View help page of Arvados classes by puting ? before class name:
+
+    ```{r}
+    ?Arvados
+    ?Collection
+    ?Subcollection
+    ?ArvadosFile
+    ```
+
 * View help page of any method defined in Arvados class by puting ? before method name:
 
     ```{r}