View source: R/separate_refs.R
separate_refs | R Documentation |
Separates references cited in brackets or parentheses into multiple rows and splits the comma-delimited numeric strings and expands ranges like 7-9 into new rows
separate_refs(txt, column = "text")
txt |
a table |
column |
column name, default "text" |
a tibble
Chris Stubben
x <- data.frame(row = 1, text = "some important studies [7-9,15]")
separate_refs(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.