import_incidents: Import Incidents with helpful additional fields added

Description Usage Arguments

View source: R/import_eso_functions.R

Description

Uses two approaches to import: the year, month option brings in incidents based on a given year and month. The start and end option does so based on time.

Usage

1
2
3
4
5
6
7
import_incidents(
  year = NULL,
  month = NULL,
  start = NULL,
  end = NULL,
  join_crew = NULL
)

Arguments

year

Year of the data desired

month

Month of the data desired

start

Start date

end

End date.

join_crew

BOOL Adds columns for lead and driver crew names.


samuelkordik/esogettr documentation built on Dec. 22, 2021, 10:13 p.m.