Skip to contents

Print generic used to return information about get_root_folders object.

Usage

# S3 method for class 'integral_root_folders'
print(
  x,
  ...,
  sort = c("name", "created", "modified"),
  order = c("ascending", "descending"),
  n = NULL
)

Arguments

x

A get_root_folders object.

...

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 is NULL.

Value

Returns x invisibly.