read.satscanmain: Read SaTScan output files

View source: R/readfiles.R

read.satscanmainR Documentation

Read SaTScan output files

Description

Reads a SaTScan output .dbf file.

Usage

read.satscanmain(location, file)

Arguments

location

A directory location, including the trailing "/"

file

A file name, without the extension.

Details

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 readLines(), it's probably nor necessary to even have it as a function.

Value

A data frame.


rsatscan documentation built on Oct. 24, 2023, 5:08 p.m.