arrange_as_integer: Arrange by a Given Column as Integer

Description Usage Arguments Details Value See Also Examples

View source: R/deprecated2.R

Description

Perform an arrange function call on a dataframe with the values of the target column as an integer class.

(Deprecated) Perform an arrange function call on a dataframe with the values of the target column as an integer class.

Usage

1
2
3
arrange_as_integer(.data, column, desc = FALSE)

arrange_as_integer(.data, column, desc = FALSE)

Arguments

.data

PARAM_DESCRIPTION

column

PARAM_DESCRIPTION

desc

PARAM_DESCRIPTION, Default: FALSE

Details

DETAILS

DETAILS

Value

OUTPUT_DESCRIPTION

OUTPUT_DESCRIPTION

See Also

tidyeval-compat,arrange

tidyeval-compat,arrange

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
if (interactive()) {
  # EXAMPLE1
}

## End(Not run)
## Not run: 
if (interactive()) {
  # EXAMPLE1
}

## End(Not run)

meerapatelmd/rubix documentation built on Sept. 5, 2021, 8:30 p.m.