D = D - List
D
[ struct ] - Input database from which some entries will be removed.
List
[ char | cellstr ] - List of entries that will be removed from D
.
D
[ struct ] - Output database with entries listed in List
removed from it.This functino works the same way as the built-in function rmfield
except it does not throw an error when some of the entries listed in List
are not found in D
.