Hi all,
I've been having difficulty getting boxr to successfully create a file within my box directory. My code reads:
```
library(boxr)
box_auth()
my_file_dir <- box_setwd("7***phone number removed for privacy***")
box_dir_create(dir_name="TEST", parent_dir_id = my_file_dir)
```
after running which, I get the following output:
```
box.com remote folder reference
name :
dir id :
size :
modified at :
created at :
uploaded by :
owned by :
shared link : None
parent folder name :
parent folder id :
```
Checking my box directory, I find no folders have been created.
I've tried using additional arguments within box_dir_create, but according to the documentation only dir_name and parent_dir_name are accepted.
Any help is much appreciated. I understand this is a somewhat obscure R package, so I've included links to the documentation below:
https://cran.r-project.org/web/packages/boxr/boxr.pdf
https://github.com/r-box/boxr