write_sql_query_string_as_vector: Write a SQL statement that loops over a word in a string

Description Usage

View source: R/write_sql_query_string_as_vector.R

Description

Write a SQL statement that loops over a word in a string

Usage

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
)

patelm9/seagull documentation built on July 19, 2020, 5:52 a.m.