subtract_date_ranges: Subtract date ranges.

Description Usage Arguments Value

View source: R/date.R

Description

The set difference [start_date, end_date] - [lower_date, upper_date] where the [lower_date, upper_date] range represents dates for which SolarGIS data is known.

Usage

1
subtract_date_ranges(start_date, end_date, lower_date, upper_date)

Arguments

start_date

The start date for requested data.

lower_date

The lower date for known SolarGIS data.

upper_date

The uppper date for known SolarGIS data.

start_date

The end date for requested data.

Value

A collection of date ranges that are not included in the range lower_date and upper_date.


jmousseau/solargis documentation built on May 20, 2019, 1:54 p.m.