read_testsheet.RdReading a testsheet into a testdata tibble
read_testsheet(ss, sheet, keep_user_columns = TRUE)
| ss | dribble or filepath. |
|---|---|
| sheet | character. The name of the sheet to be read. |
| keep_user_columns | boolean. Keeps user type columns in testdata. Note that user columns will still be removed upon writing testdata to a testfile. |
tibble containing testdata.
googledrive::drive_deauth() googlesheets4::gs4_deauth() ss <- testsheets_example("google sheets") testdata <- read_testsheet(ss, "mean")#>#>