Print generic used to return information about get_root_folders object.
Arguments
- x
A
get_root_foldersobject.- ...
Additional args passed to
print.data.frame.- sort
Criteria by which to sort the folders. Acceptable values are "name," "created," and "modified." Default is "name."
- order
Order of sorting. Acceptable values are "ascending" and "descending." Default is "ascending."
- n
The number of rows to display. If
NULL, all rows are displayed. Default isNULL.