Learn R Programming

rSARP (version 1.0.0)

tracking: tracking - Tracking 525s completion within a Search

Description

tracking() This function lives to track 525 progress towards completion for a search. Running this function after the tracking.csv file has been updated produces a graph that displays the progress of search by 525.

Usage

tracking(title = "", directory = "Searches")

Arguments

title
- string that represents the Name of the Search. Used to label the graph with the search name.
directory
- a string representing the sub directory within the search directory where the results will be stored for this analysis. Defaults to the R working directory. The function will create a new directory if the default is not accepted.

Value

This function returns a graphic showing a bar chart analysis of 525s within a search by area covered and POS achieved

Details

tracking() is a tracking function built to track 525 progress graphically for reports to the SM / PIO. The height of each bar defines the number of searchers working on this task. The location of the triangle relative to the top of the bar indicates the

Examples

Run this code
tracking(title="Midland County Search B")

Run the code above in your browser using DataLab