date_xx_arithmetic_disabled: Arithmetic Operations Disabled for date_xx

date_xx_arithmetic_disabledR Documentation

Arithmetic Operations Disabled for date_xx

Description

This page lists operators that are disabled for date_yq and date_ym objects.

Usage

## S3 method for class 'date_xx'
x * y

## S3 method for class 'date_xx'
x / y

## S3 method for class 'date_xx'
x ^ y

## S3 method for class 'date_xx'
x %% y

## S3 method for class 'date_xx'
x %/% y

## S3 method for class 'date_y'
x %% y

## S3 method for class 'date_y'
x %/% y

Arguments

x

a date_yq or date_ym object

y

an integer

See Also

date_xx_arithmetic, base::Arithmetic


dint documentation built on Oct. 17, 2022, 9:06 a.m.