Re: [R] Plotting the ASCII character set.

2021-07-03 Thread David Winsemius
Sent from my iPhone > On Jul 3, 2021, at 7:00 PM, Rolf Turner wrote: > >  >> On Sat, 3 Jul 2021 09:40:28 +0200 >> Ivan Krylov wrote: >> >> Hello Rolf Turner, >> >> On Sat, 3 Jul 2021 14:02:59 +1200 >> Rolf Turner wrote: >> >>> Can anyone suggest how I might get my plot_ascii() function

Re: [R] Plotting the ASCII character set.

2021-07-03 Thread Rolf Turner
On Sat, 3 Jul 2021 09:40:28 +0200 Ivan Krylov wrote: > Hello Rolf Turner, > > On Sat, 3 Jul 2021 14:02:59 +1200 > Rolf Turner wrote: > > > Can anyone suggest how I might get my plot_ascii() function working > > again? Basically, it seems to me, the question is: how do I > > persuade R to r

Re: [R] concatenating columns in data.frame

2021-07-03 Thread Micha Silver
Again thanks for carrying on this thread with your additional, informative comments, as well as the welcome humor. On 7/3/21 2:59 AM, Jeff Newmiller wrote: I am very agnostic about tidyverse/base R. However, the complexity of setting up NSE functions is often simply not needed, and I encounte

Re: [R] Plotting the ASCII character set.

2021-07-03 Thread Ivan Krylov
Hello Rolf Turner, On Sat, 3 Jul 2021 14:02:59 +1200 Rolf Turner wrote: > Can anyone suggest how I might get my plot_ascii() function working > again? Basically, it seems to me, the question is: how do I persuade > R to read in "\260" as "\ub0" rather than "\xb0"? Part of the problem is that

Re: [R] add a variable a data frame to sequentially count unique rows

2021-07-03 Thread Rui Barradas
Hello, Either I'm not understanding or isn't this just any of aggregate(count ~ ., data = test, FUN = length) test %>% count(group1, group2, name = "Count") ? Hope this helps, Rui Barradas Às 23:27 de 02/07/21, Yuan Chun Ding escreveu: Hi R users, In this test file, test <- data.frame(