db_head | R Documentation |
Function to get first n rows of a database table.
db_head(con, table, n = 5)
con |
Database connection. |
table |
Database table name. |
n |
Number of rows to read. Default is 5. |
Tibble
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.