remove_field: Remove a column from a database table

View source: R/add_lookup.R

remove_fieldR Documentation

Remove a column from a database table

Description

This might be useful if you make a mistake with add_lookup. As a warning, this is a destructive operation. Use with care.

Usage

remove_field(db, table, column)

Arguments

db

A scenario database.

table

The name of the table in the database.

column

The name of the column to drop.


pbsag/swimr documentation built on July 4, 2025, 12:10 p.m.