cleanURL: Replace a string with substitutions

Description Usage Arguments Value

View source: R/predictMarkov.R

Description

Replace a string with substitutions

Usage

1
cleanURL(string_vector, findme, replace = NULL, fixed = TRUE)

Arguments

string_vector

vector of (URL) strings

findme

Regex or string to find to replace

replace

What to replace with. If NULL, uses findme string

fixed

IF FALSE, findme is regex, if not a fixed match

Value

string_vector with replacements if required


canonicalized/predictClicks documentation built on May 20, 2019, 5:09 p.m.