expand_attributes | R Documentation |
This function expands tabseq comment key-value pair contents into several columns
expand_attributes(tabseq, output_wide = TRUE, include_sequence = TRUE, ...)
tabseq |
A tabseq tibble |
output_wide |
Disables the internal pivot_wide call. Defaults to TRUE. By setting this to FALSE you get a longer table instead, with is also computed faster. |
include_sequence |
Includes the sequence column in the return value. Defaults to TRUE. By setting this to FALSE you will get a table without sequences, which is also computed faster. |
A tabseq tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.