Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upplot_histogram/plot_density will fail whenever there are spaces in column names #63
Comments
|
Thanks for reporting. It is fixed with commit 62a1046. Please install the latest |
If any of the column name in the dataset contains a white space,
plot_histogramandplot_densitywill fail.It could be fixed by altering the column names before feeding into the function.
Here's the full error message:
Life Ladderis the first column in my dataset appeared containing a white space in it.I am not very experienced in r functional programming, but I would like to help if there's any I could.