Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


replyr (version 0.3.01)

replyr_add_ids: Add unique ids to rows.

Description

NOT TESTED YET!

Usage

replyr_add_ids(df, idColName)

Arguments

df

data.frame object to work with

idColName

name of column to add

Examples

Run this code

replyr_add_ids(data.frame(x=c('a','b')), 'id')

Run the code above in your browser using DataLab