I was testing the app and ran into an odd error. With some files, I get the error:
`> ggplot(all, aes(y=Value, x=ID)) +
geom_col(fill=all$colour)+
coord_flip()+
theme_classic()+
xlab("Mean SDGs")+
ylab("Proportion fit")
Error: Aesthetics must be either length 1 or the same as the data (68): fill`
I'm attaching one of these files here. It doesn't seem related to line endings or encoding, but I didn't test it extensively.
The odd thing is that it only happens when both "marine.txt" and "poverty.txt" are also present, so the file itself isn't the problem. Very odd. Let me know if I can help debut it more.
I was testing the app and ran into an odd error. With some files, I get the error: `> ggplot(all, aes(y=Value, x=ID)) +
I'm attaching one of these files here. It doesn't seem related to line endings or encoding, but I didn't test it extensively.
The odd thing is that it only happens when both "marine.txt" and "poverty.txt" are also present, so the file itself isn't the problem. Very odd. Let me know if I can help debut it more.
W2006_crlf.txt