-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add_indicator_native_range_year function #64
Comments
@damianooldoni the function uses the data.table, plotly & inbotheme packages should I include these in the description file ? |
@eadriaensen were does the "yearToTitleString" - function originate from ? Did you make it for the app ? or is it part of a package ? |
Yes, this is made for the app:
It is part of the |
How can I use it in the trias package ? |
One way would be to include it as an (exported) function of the The easiest solution would be to not include this function in |
So excluding this line
and removing
|
Thanks I'll remove the title portion of the graph as well as the colors as to not make trias dependant on INBOtheme |
#64 this should enable setting the axis labels in english & dutch (default english)
@damianooldoni I think I finished the conversion. But I can't seem to find the "native_continent" value in the data. This is needed for testing on a higher level of geography. |
Hi @SanderDevisscher. I think the column you are searching for is called |
Could the function argument for data be changed from [Note: I don't have permission to do a PR] |
Thanks @mvarewyck! I am solving it just now. I noticed this strange behavior as well: #105. I will fix this as well. I had to pay more attention while reviewing the PR of Sander in 2020 😢 |
As suggested by @eadriaensen at issue #145 from reporting-rshiny-grofwildjacht I'll try to add the indicator_native_range_year function to the package.
changes will be made in the
add_indicator_native_range_year
- branchThe text was updated successfully, but these errors were encountered: