getFiles: Get files

View source: R/getFiles.R

getFilesR Documentation

Get files

Description

Get a list of available reports

Usage

getFiles(
  ID,
  IDtype = "course",
  fileID = NULL,
  search = NULL,
  content = NULL,
  quota = FALSE,
  server = "test",
  ...
)

Arguments

ID

The course, group, user, folder or specific file ID to return list for.

IDtype

The type of ID ("course", "group", "user", "folder", "file")

fileID

The ID of a file if getting a specific file.

content

Character of file type and or subtype pairs (e.g., 'image/jpeg' or 'image')

quota

Boolean of whether this is a request for the file space quota

server

Test, beta, production, or other name in R.environ OR full url of server

...

Optional page options to pass to processRequest

term

Character of search term to limit results


erikpal/bRush documentation built on May 9, 2023, 8:27 p.m.