tab.parsed: tab.parsed is OBSOLETE

Description Usage Arguments Value

View source: R/tab.parsed.R

Description

WAS TO READ IN THE CSV SAVED FROM THE SINGLE BUFFER REPORT SHOWN AS TABULAR VIEW ON SCREEN AND IT IS NOT USED BY THE BATCH SUMMARIZER. IT WAS USED TO READ ONE AT A TIME WHEN THAT WAS USEFUL A WHILE AGO.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
tab.parsed(
  myfile,
  folder = getwd(),
  skip = 2,
  wordsbeforefips.bg = 2,
  wordsbeforestate.bg = 3,
  wordsafterstate.bg = 5,
  wordsafterregion.bg = 2,
  wordsafterpop.bg = 0,
  wordsbeforemiles.ring = 0,
  wordsbeforestate.ring = 7,
  wordsafterstate.ring = 5,
  wordsafterregion.ring = 2,
  wordsafterpop.ring = 0,
  wordsbeforelon.ring = 6,
  wordsbeforelat.ring = 5
)

Arguments

myfile

name of file. a csv of saved tabular data from a buffer standard report in EJSCREEN and it will be imported as a data.frame plus info from the 1st two rows, using read.csv(file, as.is=TRUE, skip=2)

folder

default is getwd()

skip

default lines to skip is 2

wordsbeforefips.bg

default=2

wordsbeforestate.bg

default=3

wordsafterstate.bg

default=5

wordsafterregion.bg

default=2

wordsafterpop.bg

default=0

wordsbeforemiles.ring

=0

wordsbeforestate.ring

=7

wordsafterstate.ring

=5

wordsafterregion.ring

=2

wordsafterpop.ring

=0

wordsbeforelon.ring

=6

wordsbeforelat.ring

=5

Value

output is not described here


ejanalysis/batch.summarizer documentation built on Sept. 6, 2021, 3:41 a.m.