oncrawlCreateSegmentation {oncrawlR}R Documentation

Transform a character array of URLs into JSON file for OnCrawl platform

Description

Transform a character array of URLs into JSON file for OnCrawl platform

Usage

oncrawlCreateSegmentation(list_urls, namefile, pathfile = tempdir())

Arguments

list_urls

your urls

namefile

the filename for the JSON export

pathfile

string. Optional. If not specified, the intermediate files are created under TEMPDIR, with the assumption that directory is granted for written permission.

Value

JSON file

Author(s)

Vincent Terrasi

Examples

mylist <- c("/cat/domain","/cat/")
oncrawlCreateSegmentation(mylist,"test.json")


[Package oncrawlR version 0.2.0 Index]