Learn R Programming

⚠️There's a newer version (1.1.0) of this package.Take me there.

cellranger (version 0.1.0)

Translate Spreadsheet Cell Ranges to Rows and Columns

Description

Helper functions to work with spreadsheets and the "A1:D10" style of cell range specification.

Copy Link

Version

Install

install.packages('cellranger')

Monthly Downloads

619,055

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jennifer Bryan

Last Published

April 22nd, 2015

Functions in cellranger (0.1.0)

cell_rows

Specify cell limits only for rows
cellranger

cellranger
letter_to_num

Convert column IDs from letter representation to integer
cell_limits

Create a cell_limits object
num_to_letter

Convert column numbers to letter representation
cell_cols

Specify cell limits only for columns
as.range

Convert a cell_limits object to a cell range
RC_to_A1

Convert R1C1 positioning notation to A1 notation
A1_to_RC

Convert A1 positioning notation to R1C1 notation
anchored

Specify cell limits via an anchor cell