Learn R Programming

binomialMix (version 1.0.1)

extract_id: Extract levels as numeric from id column of the dataset

Description

Extract levels as numeric from id column of the dataset

Usage

extract_id(df, col_id)

Arguments

df

A dataframe

col_id

A character value corresponding to id column name

Value

dist_id The numeric levels of id column from df

Examples

Run this code
# NOT RUN {
extract_id(adcampaign,"id")
# }

Run the code above in your browser using DataLab