Order: order for PostgreSQL data order for data with...

Description Usage Arguments Value Examples

View source: R/cmd_Order.R

Description

order for PostgreSQL data order for data with tbl_PostgreSQLConnection

Usage

1
Order(x, ...)

Arguments

x

data with tbl_PostgreSQLConnection

...

one or more colnames start with minus or not

Value

data with tbl_PostgreSQLConnection

Examples

1
2
3
4
library(mimicR)
connect_MIMIC <- connect_MIMIC()
tbl3_caregivers() %>%
    Order('label','-cgid')

yikeshu0611/mimicR documentation built on Dec. 23, 2021, 7:21 p.m.