# Selecting a column by name
select_obs(ex_taxmap, "info", dangerous)
# Selecting a column by index
select_obs(ex_taxmap, "info", 3)
# Selecting a column by regular expressions
select_obs(ex_taxmap, "info", matches("^n"))
Run the code above in your browser using DataLab