Learn R Programming

moodlequizR (version 2.1.1)

paste.data: paste.data

Description

This function is used to read data from moodle into R

Usage

paste.data(sep = "", header = TRUE, is.table = FALSE)

Value

the data in the clipboard

Arguments

sep

symbol used for separation

header

does data have a header?

is.table

is data a table? Needed if all data is character.