
Convert a mastodon user link to handle
fmt_masto.RdConvert a mastodon user link to handle
Examples
if (FALSE) { # local_eg()
fmt_masto("https://fosstodon.org/@steffilazerte")
fmt_masto("steffi lazerte")
fmt_masto("@steffilazerte@fosstodon.org")
fmt_masto(NA)
fmt_masto(c("https://fosstodon.org/@steffilazerte", "https://hackyderm.io/@ropensci"))
fmt_masto("none")
}