| query_lagos_names | R Documentation | 
Return a vector of table names whose associated tables have columns that grep to query.
query_lagos_names(grep_string, scale = NA, dt = lagosne_load())
grep_string | 
 character search string to grep to table column names  | 
scale | 
 character filter results by one of: 
  | 
dt | 
 data.frame output of   | 
## Not run: 
query_lagos_names("_dep_")
query_lagos_names("_dep_", "hu4")
query_lagos_names("chla")
query_lagos_names("secchi")
query_lagos_names("conn")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.