X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/64aee8cfd4164f3c0dae26fe62cc9ee22b16782b..44ab8ee44302102a7cd5289ef7336d7a94594558:/sdk/R/README diff --git a/sdk/R/README b/sdk/R/README index 6b8cd3f46d..8a0c31dce6 100644 --- a/sdk/R/README +++ b/sdk/R/README @@ -57,7 +57,7 @@ deletedCollection <- arv$deleteCollection("uuid") #Update a collection's metadata: -updatedCollection <- arv$updateCollection("uuid", list(name = "My new name", description = "a brand new description")) +updatedCollection <- arv$updateCollection("uuid", list(name = "New name", description = "New description")) -------------------------------------------------------------------------------------------------------------------------------- @@ -189,7 +189,7 @@ file$move("newDestination/file.cpp") subcollection <- collection$get("location/to/folder") subcollection$move("newDestination/folder") -#Make sure to include file name in new destination +#Make sure to include new file name in destination #In second example file$move("newDestination/") will not work --------------------------------------------------------------------------------------------------------------------------------