powered by
Add a source note attribute to a table
add_source_note(data, source_note)
The input data frame with an added source note attribute.
A data frame, tibble, or tsg object to which a source note attribute will be added.
tsg
The source note text to be added.
add_source_note( dplyr::starwars, source_note = "Source: Star Wars API (SWAPI)." )
Run the code above in your browser using DataLab