Skip to content
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 function that loops and saves over all distributions #3

Open
titaniumbones opened this issue Mar 24, 2020 · 1 comment
Open

add function that loops and saves over all distributions #3

titaniumbones opened this issue Mar 24, 2020 · 1 comment

Comments

@titaniumbones
Copy link
Collaborator

since you are serving GH-Pages from master, no reason not to store images for al ljurisdictions online in images/ folder. I think this will be faster for you to implement than for me to learn, but something like:

stateslist <- c([collect the states])
worldlist <- c([collect theworld jurisdictions])
italylist <- c([collect italian jurisdictions])

for (s of stateslist {
  ggsave(s.jpg)
}

obvs won't work like this -- but I odn't get how saving of graphs works.
Anyway, once they're available shoud be straightforward to make a dashboard where we can sort/filter/compare images, just by ocpying an existing one and modifying the jurisdictional ocmponents.

@titaniumbones
Copy link
Collaborator Author

actually if you can write those fucntions, I can package the in another place so the images con't clutter up this sebsite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant