Like collect(), pull() retrieves data asynchronously from
the browser, so it returns a promises::promise() that resolves to a
vector rather than returning the vector directly.
Arguments
- .data
A
tbl_lazy_jsonobject.- var
The column to extract. A bare name, a string, or a position. Positive positions count from the left; negative positions count from the right (e.g.
-1is the last column), matchingdplyr::pull().- name
Ignored. Accepted for consistency with the generic; named vectors are not produced for
tbl_lazy_json.- ...
Unused. Provided for consistency with the generic.
