Learn R Programming

fcuk (version 0.2.0)

+.fcuk: Rerun with correction

Description

Use the `+` operator with the `.` object to apply a correction.

Usage

# S3 method for fcuk
+(x, y)

Value

Invisibly returns a blank object.

Arguments

x

Blank object of class fcuk.

y

An integer corresponding to the position of the proposal to be reused.

Examples

Run this code
if (FALSE) {
view(iris) # error
. + 1 # returns View(iris)
}

Run the code above in your browser using DataLab