delete_records {starschemar} | R Documentation |
Delete records
Description
Delete records with the same primary key.
Usage
delete_records(ft, ft_new, fk)
Arguments
ft |
A |
ft_new |
A |
fk |
A vector of foreign key names. |
Value
A fact_table
object.
[Package starschemar version 1.2.5 Index]