reshape_set | R Documentation |
This amounts to a convenience function for tidy manipulations.
reshape_set(x)
unreshape_set(y)
x |
< |
y |
< |
<tibble
> Nested list, or <xpose_set
>
rset <- reshape_set(xpdb_set)
# Properties (exposed and top-level) can be seen. xpdb objects are nested in the xpdb column.
rset %>% dplyr::select(-xpdb) %>% dplyr::glimpse()
unreshape_set(rset)
# The reversibility of reshaping can be confirmed:
identical(xpdb_set,reshape_set(xpdb_set) %>% unreshape_set())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.