From f3dd1f5241fdc024242f16863ba7e60c1fbc73cc Mon Sep 17 00:00:00 2001 From: rafapereirabr Date: Mon, 23 Sep 2024 01:47:12 +0000 Subject: [PATCH] Built site for flightsbr@0.5.09999: f30f1ee --- dev/pkgdown.yml | 2 +- dev/reference/index.html | 4 + dev/reference/latest_airfares_date.html | 127 ++++++++++++++++++++++++ dev/reference/latest_flights_date.html | 5 + dev/sitemap.xml | 1 + 5 files changed, 138 insertions(+), 1 deletion(-) create mode 100644 dev/reference/latest_airfares_date.html diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index a634c8a..f1ae675 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -5,4 +5,4 @@ articles: airports: airports.html flights: flights.html intro_flightsbr: intro_flightsbr.html -last_built: 2024-09-23T01:43Z +last_built: 2024-09-23T01:47Z diff --git a/dev/reference/index.html b/dev/reference/index.html index 9a293ef..890aea8 100644 --- a/dev/reference/index.html +++ b/dev/reference/index.html @@ -70,6 +70,10 @@

All functions flightsbr flightsbr-package

flightsbr: Download Flight and Airport Data from Brazil

+ +

latest_airfares_date()

+ +

Check the date of the latest airfare data available

latest_flights_date()

diff --git a/dev/reference/latest_airfares_date.html b/dev/reference/latest_airfares_date.html new file mode 100644 index 0000000..3de4276 --- /dev/null +++ b/dev/reference/latest_airfares_date.html @@ -0,0 +1,127 @@ + +Check the date of the latest airfare data available — latest_airfares_date • flightsbr + + +
+
+ + + +
+
+ + +
+

Check the date of the latest airfare data available

+
+ +
+
latest_airfares_date(dom = TRUE)
+
+ +
+

Arguments

+ + +
dom
+

Logical. Defaults to TRUE download airfares of domestic +flights. If FALSE, the function downloads airfares of +international flights.

+ +
+
+

Value

+

A numeric date in the format yyyymm.

+
+
+

See also

+

Other support function: +latest_flights_date()

+
+ +
+

Examples

+
if (FALSE)  if (interactive()) {
+
+latest_date <- latest_airfares_date()
+
+} # \dontrun{}
+
+
+
+ +
+ + +
+ +
+

Site built with pkgdown 2.1.1.

+
+ +
+ + + + + + + + diff --git a/dev/reference/latest_flights_date.html b/dev/reference/latest_flights_date.html index 21f36f0..22f8e7c 100644 --- a/dev/reference/latest_flights_date.html +++ b/dev/reference/latest_flights_date.html @@ -76,6 +76,11 @@

Check the date of the latest flight data available

Value

A numeric date in the format yyyymm.

+
+

See also

+

Other support function: +latest_airfares_date()

+

Examples

diff --git a/dev/sitemap.xml b/dev/sitemap.xml index 2836302..cb723ca 100644 --- a/dev/sitemap.xml +++ b/dev/sitemap.xml @@ -25,6 +25,7 @@ /reference/get_flight_dates_available.html /reference/get_flights_url.html /reference/index.html +/reference/latest_airfares_date.html /reference/latest_flights_date.html /reference/latlon_to_numeric.html /reference/read_aircrafts.html