ListProjects {Rcrawler}R Documentation

ListProjects

Description

List all crawling project in your R local directory, or in a custom directory

Usage

ListProjects(DIR)

Arguments

DIR

character By default it's your local R workspace, if you set a custom folder for your crawling project then user DIR param to access this folder.

Value

ListProjects, a character vector.

Author(s)

salim khalil

Examples

## Not run: 
ListProjects()

## End(Not run)

[Package Rcrawler version 0.1.9-1 Index]