View source: R/api_functions.R
format_query_result | R Documentation |
Format Query Result
format_query_result( tbl, unnest_cols = NULL, select_cols = NULL, arrange_cols = NULL )
tbl |
A Tibble |
unnest_cols |
A vector of strings passed to tidyr::unnest |
select_cols |
A vector of strings passed to dplyr::select |
arrange_cols |
A vector fo strings passed to dplyr::arrange |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.