| process_gps_barlt | R Documentation | 
Extracts out lat/lon locations from gps log files will drop locations before a given date, but does not drop duplicate locations
process_gps_barlt(
  base_folder,
  file_list,
  deploy_start_date,
  check_dists,
  site_pattern,
  ...
)
base_folder | 
 base_folder where files are stored  | 
file_list | 
 file list relative to base_folder  | 
deploy_start_date | 
 first date of deployment  | 
Returns a data frame with lat/lon for each location and date collected
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.