createFile: Upload a course file

View source: R/createFile.R

createFileR Documentation

Upload a course file

Description

Upload a local file to a course.

Usage

createFile(
  courseID,
  name = "",
  filelocal = "",
  path = "",
  server = "test",
  ...
)

Arguments

courseID

Course id to create upload the file to

name

The name of the file upon upload.

filelocal

The path to the file.

path

Path of the folder in course files.

server

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

...

Optional page options to pass to processRequest


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