From e43159541b9da21730d3da27568530f47f7194f4 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 2 Aug 2018 13:59:37 -0400 Subject: [PATCH] 13609: Note that move/copy between collections isn't supported Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/R/README.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/R/README.Rmd b/sdk/R/README.Rmd index 5fdceb6186..c1d6c7cf4f 100644 --- a/sdk/R/README.Rmd +++ b/sdk/R/README.Rmd @@ -219,7 +219,7 @@ subcollection$remove("fileInsideSubcollection.exe") subcollection$remove("folderInsideSubcollection/") ``` -* Move file or folder inside collection: +* Move or rename a file or folder within a collection (moving between collections is currently not supported): Directly from collection @@ -244,7 +244,7 @@ subcollection$move("newDestination/folder") Make sure to include new file name in destination. In second example file$move("newDestination/") will not work. -* Copy file or folder inside collection: +* Copy file or folder within a collection (copying between collections is currently not supported): Directly from collection -- 2.30.2