Description Usage Arguments Examples
View source: R/read_sample_excel.R View source: R/bstr2df.R
bstrobj <-> data.frame
1 2 3 4 5 6 7 | bstr2df(bstrobj)
bstr2longdf(bstrobj)
df2bstr(df)
longdf2bstr(longdf)
|
bstrobj |
bstr class object or character vector |
df |
data.frame |
longdf |
long data.frame |
1 2 3 4 5 6 7 | test <- bstr_rand_seq(3, 10, seed = 1)
test %>% bstr2df
test %>% bstr2longdf
test %>% bstr2df %>% df2bstr
test %>% bstr2longdf %>% longdf2bstr
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.