createContentExport: Create a content export

View source: R/createContentExport.R

createContentExportR Documentation

Create a content export

Description

Create a new content export.

Usage

createContentExport(
  ID,
  export_type,
  type = "course",
  skip_notifications = TRUE,
  select = NULL,
  server = "test",
  ...
)

Arguments

ID

ID of context to import into.

export_type

Export type - common_cartridge, qti, zip

type

Type - course, group, or user

skip_notifications

Notify the user of the export creation

select

Named list of object types and the IDs to include

server

Test, beta, prodcution, OR alternative name in R.environ OR url of server

...

Optional page options to pass to processRequest


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