powered by
Transform a character array of URLs into JSON file for OnCrawl platform
oncrawlCreateSegmentation(list_urls, namefile, pathfile = tempdir())
your urls
the filename for the JSON export
string. Optional. If not specified, the intermediate files are created under TEMPDIR, with the assumption that directory is granted for written permission.
TEMPDIR
JSON file
# NOT RUN { mylist <- c("/cat/domain","/cat/") oncrawlCreateSegmentation(mylist,"test.json") # }
Run the code above in your browser using DataLab