Learn R Programming

tidypopgen (version 0.4.3)

arrange.gen_tbl: An arrange method for gen_tibble objects

Description

An arrange method for gen_tibble objects

Usage

# S3 method for gen_tbl
arrange(..., deparse.level = 1)

Value

a gen_tibble

Arguments

...

a gen_tibble and a data.frame or tibble

deparse.level

an integer controlling the construction of column names.

Examples

Run this code
test_gt <- load_example_gt("gen_tbl")
test_gt %>% arrange(id)

Run the code above in your browser using DataLab