normalize_url: Normalize Url's

View source: R/helpers.R

normalize_urlR Documentation

Normalize Url's

Description

Converts url's to lowercase, removes any trailing back slashes, appends 'http://' to front if missing, and removes everything following #-marks.

Usage

normalize_url(url)

Arguments

url

url to normalize

Value

URLS beginning with (http/https), followed by ://www..


barob1n/crawlR documentation built on May 23, 2023, 10:53 a.m.