# Create a list of citations
citations <- pkrt_list("pakret", "readr", "knitr")
# You can then turn the citations into a character string
paste(citations, collapse = ", ")
# Or a data frame
as.data.frame(citations)
Run the code above in your browser using DataLab