In future version more options will be added
Usage
getTibbleOfDataDirectoryOfProject(accessToken, projectID)
Arguments
- accessToken
A valid Access-Token (API)
- projectID
A shared/owned project ID with access to files
Value
A Response object with $data (a tibble of the data-files) and $message a status message and $isError (True if API Call was unsuccessful)
Examples
tibbleOfDataFiles <- getTibbleOfDataDirectoryOfProject("#######",12345)
#> Warning: cannot open file 'accessToken': No such file or directory
#> Error in file(con, "r"): cannot open the connection