SendWeeklyData: Creates and emails weekly .kml data

Description Usage Arguments Details Value

Description

Creates weekly .kml file, and sends an email with that .kml file.

Usage

1
2
3
4
5
6
SendWeeklyData(
  data = data,
  send_email = TRUE,
  date = now(),
  to = c("erynn.call@maine.gov", "charlie.todd@maine.gov")
)

Arguments

data

Dataframe of deployed data.

send_email

Logical, whether or not to send an email, default is TRUE.

date

Date within week to update, default is now().

to

String, recipients of email, default: c("erynn.call@maine.gov", "charlie.todd@maine.gov").

Details

Specific to my Bald Eagle Project.

Value

Creates files in "C:/Work/R/Data/BAEA/Telemetry" and


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.