Learn R Programming

rSARP (version 1.0.0)

Tracking.csv: Tracking.csv - typical Data input file for tracking()

Description

A dataset containing the names or assignment numbers of the 525 tasks assigned within a search, the type of task, the number of people assigned, and the completion of the task. This file is stored in the working directory of R and must be named Tracking.csv. The variables described in the file are as follows:

Arguments

Format

A data frame with 33 rows and 5 variables

Source

John Hutcheson

Details

  • Task. Name or assignment number of the task. Usually Alpha characters excluding I and O if search sector names are used.
  • PerCentComplete. Relative task completion amount expressed as a percentage. An entry of 25 indicates the task is one quarter complete.
  • TSearchers. Number of persons assigned to this task.
  • Type. String representing the category of task this assignment belongs to. Generally use Initial, Loose, and Tight types, but the user is free to create sub categories as needed.
  • Comment. Time of Day. Keyword describing time of search and currently limited to Day or Night.