From f7252acd6a9309d61da6b6fbd7a51003cab7a8a4 Mon Sep 17 00:00:00 2001 From: Fuad Muhic Date: Mon, 16 Apr 2018 17:03:38 +0200 Subject: [PATCH] Updated README and small fix for Subcollection docs. Arvados-DCO-1.1-Signed-off-by: Fuad Muhic --- sdk/R/R/Subcollection.R | 2 +- sdk/R/README.Rmd | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sdk/R/R/Subcollection.R b/sdk/R/R/Subcollection.R index 863e3f768f..b3b01f89c1 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 65c7979861..8a64e93d0a 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} -- 2.30.2