db_summary | R Documentation |
Produce report on dataframe based on possible separators identified within each column.
db_summary(data, value_sep = ";")
data |
A dataframe containing rows of systematic review data. |
value_sep |
A character used to separate values within the data. The default is set to ';'. |
Returns two outputs: 1) a list of possible candidate separators found within the dataframe; and 2) a summary report describing the database separators.
## Not run: v <- db_summary(data) v$report v$candidate_separators ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.