fc_index
fc_index.RdManage indices in the firecentre PostgreSQL database. N.B. May be better (and faster) to manage these from within pgAdmin.
Usage
fc_index(
idx_name,
idx_cols = NULL,
tbl = NULL,
unique = FALSE,
drop = FALSE,
db = "firecentre"
)