dplyr: Dplyr verb methods for fwsinat objects

Description Usage Arguments

Description

Dplyr verb methods for fwsinat objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## S3 method for class 'fwsinat'
filter(.data, ...)

## S3 method for class 'fwsinat'
arrange(.data, ...)

## S3 method for class 'fwsinat'
mutate(.data, ...)

## S3 method for class 'fwsinat'
select(.data, ...)

## S3 method for class 'fwsinat'
left_join(x, y, by = NULL, copy = FALSE,
  suffix = c(".x", ".y"), ...)

Arguments

.data

data object of class fwsinat

...

other arguments

x

see left_join

y

see left_join

by

see left_join

copy

see left_join

suffix

see left_join


adamdsmith/fwsinat documentation built on May 29, 2019, 2:10 p.m.