Scrapes the Statistics Canada LFS PUMF publication page and returns a tibble of all available annual and monthly versions with their download URLs. Requires an internet connection. For the broader collection of all supported surveys see [list_canpumf_collection()].
Value
A tibble with columns `Date` (human-readable label from the StatCan page), `version` (a string of the form `"YYYY"` for annual versions or `"YYYY-MM"` for monthly versions), and `url` (direct download link).
Examples
if (FALSE) { # \dontrun{
lfs_versions <- list_available_lfs_pumf_versions()
tail(lfs_versions)
} # }
