Learn R Programming

oncrawlR (version 0.1.5)

oncrawlSplitURL: Split URLs

Description

Split URLs

Usage

oncrawlSplitURL(list_urls, limit = 15)

Arguments

list_urls

your urls

limit

the maximum of URLS you want

Value

data.frame

Examples

Run this code
# NOT RUN {
mylist <- c("/cat/domain/web/","/cat/","/cat/domain/")
oncrawlSplitURL(mylist, 2)

# }

Run the code above in your browser using DataLab