Skip to contents

Parse the source_urls and article_urls columns of a tt_tbl (returned by get_tt_tbl()) into a searchable url tibble.

Usage

parse_tt_urls(tt_tbl)

Arguments

tt_tbl

A tt_tbl table returned by get_tt_tbl().

Value

A tbl_df with columns year, week, type, url, scheme, domain, subdomain, tld, path, query, and fragment.