View source: R/write_sql_query_string_as_vector.R
Write a SQL statement that loops over a word in a string
1 2 3 4 5 6 7 8 9 | write_sql_query_string_as_vector(
string,
split,
select = "*",
table_name,
column_name,
case_insensitive = TRUE,
limit = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.