Creates an ss_tbl object of type "met" (SaTScan Meta Locations File).
A meta locations file defines groupings of multiple locations into a single
meta-location (e.g., aggregating tracts into counties). SaTScan uses these
groupings to treat members as belonging to the same higher-level unit when
a meta-location analysis is requested.
This constructor expects a wide representation (one row per meta-location,
with one or more member columns). It preserves the input data and records
member_cols so the writer can output the correct SaTScan ASCII format.
SaTScan File Specification
The Meta Locations File has the following structure:
<MetaLocationID> <Member1ID> <Member2ID> ...
MetaLocationID: Identifier for the meta-location (e.g., a county).
MemberIDs: One or more columns, each representing a member location (e.g., a census tract) that belongs to the
MetaLocationID.