Description Usage Arguments Examples
View source: R/disinfo_functions.R
This attempts to merge as much as possible and always returns a single data frame. It either returns a data frame where either each row is a creative work or where each row is a claim (if the disinfo object contains no creative works).
1 |
disinfo |
A disinfo object. |
1 2 3 4 5 6 7 | d <- disinfo()
## Not run:
d %>%
add_all("all") %>%
flatten_disinfo()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.