| fetch_data_v2 | R Documentation | 
Fetches data from the bxxx databases.
fetch_data_v2(con, box = NA, from = NA, to = NA)
con | 
 A connection as established e.g. by dbcon()  | 
box | 
 The box number for which the data should be fetched.  | 
from | 
 From which point onwards should the data be fetched? Can be a date-time object or an r_pk (column r_pk from the bxxx tables)  | 
to | 
 Until which point should the data be fetched? Can be a date-time object or an r_pk (column r_pk from the bxxx tables)  | 
A data.table with all the information from the bxxx table, and an additional box column. Any rows where the column datetime_ is NA are removed.
#Not run
#see help of function events_v2
?events_v2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.