tbl_ref <- tibble::tibble(
name = c("score1", "score1", "score2"),
authors = c(
"Smith, B., Jones, A.",
"Simon, J., Norman, D. A.",
"Smith, B., Jones, A., Simon, J., Norman, D. A."
),
year = c(2020, 2021, 2022),
title = c(
"Title of the First Paper",
"Title of the Second Paper",
"Title of the Third Paper"
),
journal = c("Journal A", "Journal B", "Journal C"),
volume_page = c("1(1): 1-10", "", "3(3): 21-30"),
doi = c("https://10.1234/abc", "https://10.1234/def", "")
)
insert_reference("score1")
Run the code above in your browser using DataLab