read_bb: Parse user data from BlackBoard

Description Usage Arguments Value Examples

View source: R/read_bb.R

Description

Copy the contents of the BlackBoard users page to the clipboard, and run this function.

Usage

1
read_bb(text = readLines("clipboard"), role = "student")

Arguments

text

Character string containing BlackBoard user data, Default: readLines("clipboard")

role

Character vector containing roles to retain, Default: 'student'

Value

A data.frame

Examples

1
2
tmp <- c("\t 48483 Options Menu: Username\tFirst\tLast\tfirstlast@students.uu.nl\tstudent\t\tYes")
read_bb(tmp)

cjvanlissa/teaching documentation built on Oct. 1, 2020, 12:28 a.m.