paste.data {moodlequizR} | R Documentation |
paste.data
Description
This function is used to read data from moodle into R
Usage
paste.data(sep = "", header = TRUE, is.table = FALSE)
Arguments
sep |
symbol used for separation |
header |
does data have a header? |
is.table |
is data a table? Needed if all data is character. |
Value
the data in the clipboard
[Package moodlequizR version 2.1.1 Index]