You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used to import data.
read.DIF() for Windows machines, read.table() for Macs.
Can use with clipboard and assign to data frame as a way to import.
variableName <- read.DIF("clipboard", transpose=TRUE)
variableName <- read.table(pipe("pbpaste"))
The text was updated successfully, but these errors were encountered:
Used to import data.
read.DIF() for Windows machines, read.table() for Macs.
Can use with clipboard and assign to data frame as a way to import.
variableName <- read.DIF("clipboard", transpose=TRUE)
variableName <- read.table(pipe("pbpaste"))
The text was updated successfully, but these errors were encountered: