This function aims to create a reference in a list format in the Shiny web app through an HTML tag.

getref(author, year, url, title)

Arguments

author

The author/authors in string.

year

The year of publication.

url

The valid URL of publication in string.

title

The title of publication in string.

Examples

getref("Amaliah, D", "2010", "https://datain360.com", "Testing")
#> <li class="li-custom"> #> Amaliah, D. (2010). #> <a href="https://datain360.com" class="externallink">Testing</a> #> </li>