mv_col: Move Cursor to Column

Description Usage Arguments Details Value See Also Examples

View source: R/2-Move.R

Description

Move the cursor to the specified column, while maintaining the same row.

Usage

1
mv_col(n = 1L)

Arguments

n

positive integer specifying the column

Details

The user must be in a terminal to use the functionality; it will not work in RStudio or the R GUI.

Value

NULL

See Also

Other moving functions: mv_row(), mv_to(), mv()

Examples

1
2
3
4
5
# Position cursor at the beginning of the row
mv_col(1)

# Move cursor to the 10th column in the row
mv_col(10)

cursr documentation built on Jan. 13, 2021, 7:35 a.m.