Parses a SaTScan .prm parameter file into a plain named R list.
This is a simpler alternative to prm_parse() that returns a plain list
instead of a prm_list object with metadata.
Value
A named list of SaTScan parameters (e.g., list(AnalysisType = "3", ...)).
Values are returned as character strings; numeric conversion is left to the caller.
See also
prm_parse for parsing with full metadata