read_testsheet: Reading a testsheet into a testdata tibble

Description Usage Arguments Value Examples

View source: R/read_testsheet.R

Description

Reading a testsheet into a testdata tibble

Usage

1
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

1
2
3
4
googledrive::drive_deauth()
googlesheets4::gs4_deauth()
ss <- testsheets_example("google sheets")
testdata <- read_testsheet(ss, "mean")

nicole-brewer/testsheets documentation built on Sept. 26, 2021, 6:46 a.m.