13609: Note that move/copy between collections isn't supported
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Thu, 2 Aug 2018 17:59:37 +0000 (13:59 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Thu, 2 Aug 2018 17:59:37 +0000 (13:59 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

sdk/R/README.Rmd

index 5fdceb6186043de54b861080d0da7b86e84ea0b2..c1d6c7cf4f01eebaae55764630e8e1c68d6f1def 100644 (file)
@@ -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