my sort function dose nt work. for example
my_list=("dave,""ted,""bill,""ned,""zack")
my_list.sort
when i press enter it says (sort is not attribute?
any help would be great thank you
Hello @maxie2396 ,
are you sure you are posting the correct group?
Your syntax is not R.
Are you mixing R and Python?
R syntax would be (and note the order of comma's and quotes):
my_list=list("dave","ted","bill","ned","zack")
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.