I added social icons to navbar for a flexdashboard, but there's no way to add an appropriate link for each of them.
in an R Markdown file, I added:
output:
flexdashboard::flex_dashboard:
social: [ "twitter", "facebook", "linkedin" ]
How can I add links for each social network?