oncrawlSplitURL {oncrawlR} | R Documentation |
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
Author(s)
Vincent Terrasi
Examples
mylist <- c("/cat/domain/web/","/cat/","/cat/domain/")
oncrawlSplitURL(mylist, 2)
[Package oncrawlR version 0.2.0 Index]