write.psimport: Write PowerSchool Import File

Description Usage Arguments Value

Description

This is a wrapper for write.table that produces a file formatted to be imported into PowerSchool

Usage

1
write.psimport(x, file, type = "quick", messageLevel = 0)

Arguments

x

the object to be written, preferably a matrix or data frame. If not, it is attempted to coerce x to a data frame.

file

a character string naming a file

type

either "quick" (if using the quick import function) or "manager" (if using the data import manager). Defaults to "quick".

messageLevel

integer of length 1 indicating the level of messaging to print

Value

Nothing


debarros/dbTools documentation built on Sept. 18, 2020, 10:51 a.m.