Merge branch 'master' into 14075-uploadfiles
[arvados.git] / sdk / R / README.Rmd
index 18454bf2ae98b4f88d13e5262fbb5b60fb442f63..c1d6c7cf4f01eebaae55764630e8e1c68d6f1def 100644 (file)
@@ -219,9 +219,9 @@ 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):
 
-Directley from collection
+Directly from collection
 
 ```{r}
 collection$move("folder/file.cpp", "file.cpp")
@@ -244,9 +244,9 @@ 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):
 
-Directley from collection
+Directly from collection
 
 ```{r}
 collection$copy("folder/file.cpp", "file.cpp")