Learn R Programming

oncrawlR (version 0.1.5)

getPageFields: List all available fields from a crawl

Description

List all available fields from a crawl

Usage

getPageFields(crawlId)

Arguments

crawlId

ID of your crawl

Value

Character Array

Details

ResCode 400 : Returned when the request has incompatible values or does not match the API specification. 401 : Returned when the request is not authenticated. 403 : Returned the current quota does not allow the action to be performed. 404 : Returned when any of resource(s) referred in the request is not found. 403 : Returned when the request is authenticated but the action is not allowed. 409 : Returned when the requested operation is not allowed for current state of the resource. 500 : Internal error

Examples

Run this code
# NOT RUN {
pages <- getFields(YOURCRAWLID)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab