[ARVADOS] updated: 2.1.0-8-ga18ebcc90

Git user git at public.arvados.org
Fri Oct 16 19:50:32 UTC 2020


Summary of changes:
 sdk/R/README.Rmd | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

       via  a18ebcc90f3e8cc4b9aa3cd71b41c03b876ebe61 (commit)
      from  09a93fb2fb82e886a602d8e34e062e8460b97c7a (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 a18ebcc90f3e8cc4b9aa3cd71b41c03b876ebe61
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Oct 16 15:50:16 2020 -0400

    16998: A couple of documentation tweaks.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/R/README.Rmd b/sdk/R/README.Rmd
index ee46ed28d..8cc89d902 100644
--- a/sdk/R/README.Rmd
+++ b/sdk/R/README.Rmd
@@ -84,9 +84,7 @@ reading and writing, and is described in the next section.
 collectionList <- arv$collections.list(list(list("name", "like", "Test%")))
 
 collectionList <- arv$collections.list(list(list("name", "like", "Test%")), limit = 10, offset = 2)
-```
 
-```{r}
 # count of total number of items (may be more than returned due to paging)
 collectionList$items_available
 
@@ -189,7 +187,7 @@ or
 size <- arvadosSubcollection$getSizeInBytes()
 ```
 
-* Create new file in a collection:
+* Create new file in a collection (returns a vector of one or more ArvadosFile objects):
 
 ```{r}
 collection$create(files)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list