Description Usage Arguments Value Examples
View source: R/read_testsheet.R
Reading a testsheet into a testdata tibble
1 | 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.
1 2 3 4 | googledrive::drive_deauth()
googlesheets4::gs4_deauth()
ss <- testsheets_example("google sheets")
testdata <- read_testsheet(ss, "mean")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.