Learn R Programming

dint (version 2.1.4)

date_xx_arithmetic_disabled: 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 date_xx
*(x, y)

# S3 method for date_xx /(x, y)

# S3 method for date_xx ^(x, y)

# S3 method for date_xx %%(x, y)

# S3 method for date_xx %/%(x, y)

# S3 method for date_y %%(x, y)

# S3 method for date_y %/%(x, y)

Arguments

x

a date_yq or date_ym object

y

an integer

See Also

date_xx_arithmetic, base::Arithmetic