Description Usage Arguments Value See Also Examples
Make a directory.
1 | adls_mkdirs(adls, path, permission = NULL)
|
adls |
|
path |
|
permission |
|
logical, indicating success
WebHDFS documentation for "Make a Directory"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## Not run:
# create token (assumes Azure native app)
token <- AzureOAuth::oauth_token_azure(
tenant_id = "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
application_id = "ffffffff-gggg-hhhh-iiii-jjjjjjjjjjjj",
name = "foo"
)
# create adls object with base-URL and token
adls_example <- adls(
base_url = adls_url("bar"),
token = token
)
# create a directory
adls_mkdirs(adls_example, "baz")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.