Learn R Programming

IPDFileCheck (version 0.8.1)

get_contents_cols: Function to return the unique contents of the column given the column name

Description

Function to return the unique contents of the column given the column name

Usage

get_contents_cols(data, colname)

Value

the contents of the column, if success error if failure

Arguments

data

a data frame

colname

name of column corresponding to year of birth

Examples

Run this code
get_contents_cols(data.frame(
  "yob" =  c(1951, 1980),
  "Name" =  c("John", "Dora")
), "yob")

Run the code above in your browser using DataLab