Description Usage Arguments Value Examples
View source: R/DBI_wrapper_funcs.R
Query the Van Der Linde 2018 database and return results. Uses Postgres SQL.
1 | ecto_query(sql)
|
sql |
A string corresponding to a postgres SQL query statement, which will be executed on the database. |
A dataframe containing the results of the executed SQL query
1 2 | french_seqs <- ecto_query('SELECT sample_ID, sample_seq FROM seq_data WHERE ICP_country_code = 1;');
all_country_codes <- ecto_query('SELECT DISTINCT Country, code_country FROM plot_metadata;');
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.