make_worklist: A function to create a worklist for an ARU manufactured by...

Description Usage Arguments Details Examples

View source: R/make_worklist.r

Description

Takes a data frame with named columns TunedFreq,pw,pint and a grouping column, at minimum and produces a setup text file that can be loaded directly to an SD card. This is a stand-alone script, do not assign it to an object

Usage

1
2
make_worklist(masterlist, outpath, name, Group_value = "", Group_var = "",
  numant = 6, ovrh = 0.2, SYNC = TRUE)

Arguments

masterlist

the input table, see above for details about this table

outpath

where the text file will be created

name

the name of the setup file to be created

Group_value

the level of Group_var to subset and select

Group_var

a grouping variable that can be used to subset frequencies. If not needed, you still must create one and set all the values the same

numant

the number of antennas. Needed when computing a SYNC time, default is 6

ovrh

the overhead, default of 0.2. Only needed for computing a SYNC time

SYNC

do you want a SYNC time appended to the start of the worklist? Defaults to TRUE

Details

This function requires the input table to have columns with the exact names TunedFreq,the frequency the ARU will look for, pw, the pulse width, and pint, the pulse interval This function automatically appends the date the file was created to the file name

Examples

1
make_worklist(mytable,outpath='C:/Users/myDesktop/',name='worklist',Group_var=Landscape,Group_value='SIB')

tlyons253/ARU documentation built on May 26, 2019, 10:36 a.m.