powered by
Read tabular data from the clipboard.
read.cb(header = TRUE, ...)
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
A data.frame
# NOT RUN { # To read CSV data with a header from the clipboard: read.cb(header=TRUE, sep=',') # } # NOT RUN { # }
Run the code above in your browser using DataLab