kaijagahm / ygdpDashboard

Interactive dashboard for YGDP survey data
3 stars 0 forks source link

Would it be more efficient to load sentence data as a data frame? #41

Open kaijagahm opened 3 years ago

kaijagahm commented 3 years ago

...instead of a list? @ianneidel points out that that way, we wouldn't have to use so many lapply statements.

I wonder, though, whether it would be less efficient to work with a data frame because of the way I used map2 to apply different rating choices to different sentences.

@ianneidel feel free to look into this if you want, but I don't think it's a super high priority. Don't think this is slowing us down greatly.