Reading a testsheet into a testdata tibble

read_testsheet(ss, sheet, keep_user_columns = TRUE)

Arguments

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.

Value

tibble containing testdata.

Examples

googledrive::drive_deauth() googlesheets4::gs4_deauth() ss <- testsheets_example("google sheets") testdata <- read_testsheet(ss, "mean")
#> Reading from "testsheets_example"
#> Range "'mean'"