FactualReadResult-class: Class "FactualReadResult"

Description Objects from the Class Slots Author(s) See Also

Description

Encapsulates the result of the Factual.com "read" API call, which reads data from a table.

Objects from the Class

Objects of type FactualReadResult should not be created directly; instead, please invoke factualRead.

Slots

url:

URL used to call the Factual.com API. Useful mainly for debugging.

tableID:

unique identifier for the Factual.com table you queried.

status:

request status as returned by Factual.com's API: one of "ok," "warn," or "error."

message:

blank if the Factual handled the request without a problem; otherwise, a description of the problem.

resultRows:

number of rows in this result.

tableRows:

number of total rows in the table.

results:

a data.frame of the table returned by Factual.com.

processingTime:

time required on Factual's end to process the request; returned by Factual.com in verbose mode.

runTime:

time (ms) required for round-trip call to Factual.com.

fetchedAt:

date/time the data was requested from Factual.com.

Author(s)

Ethan McCallum

See Also

factualRead


factualR documentation built on May 2, 2019, 3:46 p.m.