View source: R/sqlite_interface.R
sort_table_sqlite | R Documentation |
Sort table from an specified SQLite database in an specific path (/R Output/SQLite Files/)
sort_table_sqlite(sqlite_name, table_name, sql_sort_clause)
sqlite_name |
A character string specifying the unquoted SQLite database name |
table_name |
A character string specifying the unquoted SQLite table name |
sql_sort_clause |
A character string containing SQL order by clause |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.