What is wrong with

as.data.frame(lapply( Data, sort, decreasing = TRUE ))

?


On December 20, 2021 8:58:48 AM PST, "Stephen H. Dawson, DSL via R-help" 
<r-help@r-project.org> wrote:
>Hi,
>
>
>Running a simple syntax set to review entries in dataframe columns. Here 
>is the working code.
>
>Data <- read.csv("./input/Source.csv", header=T)
>describe(Data)
>summary(Data)
>unique(Data[1])
>unique(Data[2])
>unique(Data[3])
>unique(Data[4])
>
>I would like to add sort the unique entries. The data in the various 
>columns are not defined as numbers, but also text. I realize 1 and 10 
>will not sort properly, as the column is not defined as a number, but 
>want to see what I have in the columns viewed as sorted.
>
>QUESTION
>What is the best process to sort unique output, please?
>
>
>Thanks.

-- 
Sent from my phone. Please excuse my brevity.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to