create_manifest: Create the manifest file

Description Usage Arguments Value

View source: R/manifest_csv.R

Description

Create the manifest file

Usage

1
2
3
4
5
6
7
8
create_manifest(
  manifest.version = "1.0",
  oneroster.version = "1.1",
  path = "~/",
  upload_type = "bulk",
  source.systemName = "package",
  source.systemCode = "NA"
)

Arguments

manifest.version

the version of the manifest Must initially be 1.0

oneroster.version

Version number of one roster (currently must be 1.1)

path

path to folder with to create manifest for

upload_type

A upload must either be of type 'bulk' or 'delta'

source.systemName

the name of the system producing the files

source.systemCode

ID code of the system producing the files

Value

a tibble


delabj/oneRoster documentation built on Sept. 23, 2020, 11:34 a.m.