Get unique list of values from a column in a data frame in R?

Question

Simple coding logic in R

in progress 0
TheDataMonk 4 years 1 Answer 553 views Grand Master 0

Answer ( 1 )

  1. Unique(dataset$columnname)

Leave an answer

Browse
Browse