A wrapper of paste0 to turn board names or partial post URLs removed back to the original URLs.

as_url(x, pre = "https://www.ptt.cc/bbs/")

Arguments

x

Character. A board name or a partial URL (ending in .html) with base URL removed.

pre

Character. A base URL. Defaults to the URL of PTT Web.

Examples

as_url("gossiping")
as_url("Gossiping/M.1534490816.A.A3A.html")