transposing read_excel
1 2 | read_excel2(input, sheet = 1, transposing = TRUE, error_as_NA = TRUE,
rm_blank_col = TRUE)
|
input |
input data |
sheet |
numeric or character to select sheet |
transposing |
transpose data frame when rows are variables and cols are observations |
error_as_NA |
turn error as NA (e.g., #DIV/0!) |
rm_blank_col |
boolean to decide removing blank columns |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.