Nevermind, I found the problem. I was using a variant of the function
that was wrong.
Quoting "Sarah Goslee" :
That's not enough information for us to be able to help you, since
there's no reproducible code.
Here's the crucial bit:
stem_freqs_list <- mget(uniq_stems,stem_dict)
stem_f
That's not enough information for us to be able to help you, since
there's no reproducible code.
Here's the crucial bit:
>stem_freqs_list <- mget(uniq_stems,stem_dict)
>stem_freqs <- do.call(rbind,stem_freqs_list)
What does stem_freqs_list look like?
What does stem_freqs look like?
dim()
Hello R-philes:
I have the following function that gets the output of mget() and
converts it to a data frame to return. What I am finding is that the
dimensions are wrong. Basically, I get:
bridesmaid wed u see m gt lt like love X.0 dress pagetrack one go X3 get
1 56 35 27 30
Hello R-philes:
I have the following function that gets the output of mget() and
converts it to a data frame to return. What I am finding is that the
dimensions are wrong. Basically, I get:
bridesmaid wed u see m gt lt like love X.0 dress pagetrack one go X3 get
1 56 35 27 30
4 matches
Mail list logo