Learn R Programming

replyr (version 1.0.5)

replyr_add_ids: Add unique ids to rows. Note: re-arranges rows in many cases.

Description

Add unique ids to rows. Note: re-arranges rows in many cases.

Usage

replyr_add_ids(df, idColName, env = parent.frame(),
  local_short_cut = TRUE)

Arguments

df

data.frame object to work with

idColName

name of column to add

env

environment to evaluate in (not used).

local_short_cut

logical, if TRUE use base R on local data.

Examples

Run this code
# NOT RUN {
replyr_add_ids(data.frame(x=c('a','b')), 'id', local_short_cut = FALSE)

# }

Run the code above in your browser using DataLab