Upload$get
Upload$get() → self
Returns
Examples
dataset <- redivis$user("user_name")$dataset("dataset_name", version="next")
table <- dataset$table("table_name")
upload <- table$upload("some_file.csv")
# Print a name list containing the properties of the upload
upload$get()
print(upload$properties) Was this helpful?

