oncrawlCreateSegmentation: Transform a character array of URLs into JSON file for...

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

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

Usage

1
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

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

oncrawlR documentation built on Jan. 31, 2020, 5:09 p.m.