[ARVADOS] updated: 1.1.3-268-gf7252ac
Git user
git at public.curoverse.com
Mon Apr 16 11:05:38 EDT 2018
Summary of changes:
sdk/R/R/Subcollection.R | 2 +-
sdk/R/README.Rmd | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
via f7252acd6a9309d61da6b6fbd7a51003cab7a8a4 (commit)
from e2f6e9f3634e1489de811a230a130b347287ed4f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f7252acd6a9309d61da6b6fbd7a51003cab7a8a4
Author: Fuad Muhic <muhic.fuad at gmail.com>
Date: Mon Apr 16 17:03:38 2018 +0200
Updated README and small fix for Subcollection docs.
Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic at capeannenterprises.com>
diff --git a/sdk/R/R/Subcollection.R b/sdk/R/R/Subcollection.R
index 863e3f7..b3b01f8 100644
--- a/sdk/R/R/Subcollection.R
+++ b/sdk/R/R/Subcollection.R
@@ -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)}
diff --git a/sdk/R/README.Rmd b/sdk/R/README.Rmd
index 65c7979..8a64e93 100644
--- a/sdk/R/README.Rmd
+++ b/sdk/R/README.Rmd
@@ -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}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list