powered by
Read tabular data from the clipboard.
read.cb(header = TRUE, ...)
A data.frame
A logical value indicating whether the file contains the names of the variables as its first line. Overrides the default header=FALSE option in read.table().
header=FALSE
read.table()
Further arguments to be passed to read.table
read.table
if (FALSE) { # To read CSV data with a header from the clipboard: read.cb(header=TRUE, sep=',') }
Run the code above in your browser using DataLab