connect_to_local_postgres | Connect to Local PostGres Server |
connect_to_mysql5.5 | Connect to MySQL v5.5 via Unix Sock using credentials stored... |
create_schema | Create schema for a database |
create_table | Create table in the given database |
create_table_via_temp_file | Writes a dataframe to a new table via a temp file |
dc_local_conn | Disconnect a connection to a local database |
disconnect_local_postgres | Disconnect from Postgres |
drop_schema | Drop schema for a database |
drop_table | Drop table in the given database |
export_statement_to_file | Export a sql statement within a R object to a sql file |
get_pg_query | Query local Postgess |
load_package_sqls | Load all packaged SQLs |
local_conn | Create a conn object on a local database |
pgQuery | Send Query a Postgres connection |
pgSend | Send a SQL Statement to Postgres |
prepare_vector | Convert vector to arguments |
query_pg_from_file | Query a local postgres database from a file |
query_raw_github | Query raw github sql |
read_table | Read table in the given database |
renameTable | Rename a table in a Postgres schema |
renderRenameTable | Render SQL to Rename a Table |
write_query_where_in | Writes a SQL query that includes a WHERE IN clause based on a... |
write_sql_for_distinct_counts | Write sql that gets distinct counts |
write_sql_for_random_records | Writes SQL to get random records of a certain limit |
write_sql_query_string_as_vector | Write a SQL statement that loops over a word in a string |
write_sql_statement_to_load_rrf | Return SQL statements into the console that loads RRF in raw... |
write_sql_to_copy_from_csv | Writes a dataframe as a table to the given database |
write_sql_to_copy_from_delim | Writes a dataframe as a table to the given database |
write_sql_to_create_schema | Write SQL to create a schema |
write_sql_to_drop_create_table_from_df | Writes a DROP TABLE and CREATE TABLE sql statement for a... |
write_sql_to_drop_schema | Write SQL to drop a schema |
write_where_in_string | Take a vector and create a string for WHERE IN SQL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.