Description Usage Arguments Examples
View source: R/trip_functions.R
This function allows you to access rbin files on the shared ride to query quickly trip data from any of our services.
1 2 3 |
service |
the service you want in quotes: 'fhv'. |
dt_start |
start date of range. |
dt_end |
end date of range. |
features |
a character vector of desired variables. |
hack_fil |
a character vector of desired hacks to filter on. |
dt_convert |
do you want dates to be automatically converted, defaults to T. |
merge_ent |
if True merges against entity automatically, defaults to FALSE. |
odbc_con |
for accessing sql tables in function, pass your odbc connection string. |
query |
a character string encompassing the sql query. |
left_key |
the left join key in the trip records. |
right_key |
the right join key in entity. |
join_type |
the type of join desired, currently experimental, defaults to left. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.