
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Reads a SaTScan output .dbf file.
read.llr(location, file)
A data frame.
A directory location, including the trailing "/"
A file name, without the extension.
This is expected to be a purely internal function.
It's called by satscan()
with the location and file name provided
to that function. Since it's nothing more than foreign::read.dbf()
, it's
probably nor necessary to even have it as a function.