| get_input_func | R Documentation | 
This returns a function which will return a table reference with the specified parameters
get_input_func(
  engine,
  scale_factor,
  query_id,
  format,
  compression = "uncompressed",
  con = NULL,
  memory_map = FALSE,
  chunk_size = NULL
)
engine | 
 which engine to use  | 
scale_factor | 
 what scale factor to reference  | 
query_id | 
 which query is being used  | 
format | 
 which format  | 
compression | 
 which compression to use (default: "uncompressed")  | 
con | 
 a connection  | 
memory_map | 
 should the file be memory mapped? (only relevant for the "native" format with Arrow)  | 
chunk_size | 
 what chunk_size should be used with the source files? (default: NULL, the default for the file format)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.