-
Notifications
You must be signed in to change notification settings - Fork 4
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
Explainer Assignment #23
Comments
I remember him saying it would be due at the end of the course. He said last week that he would be posting it sometime this week. But yeah, hopefully we get a little more guidance on that soon. I still have no idea what my topic for that will be. |
Key instructions here:
|
Hello all, Does anyone know if it's okay if we use shiny for the code-through assignment? Or is that too complicated and we should stick to just a basic rmd? Thanks! |
My advice is usually to keep it simple and layer on complexity as you go. But I also encourage your to challenge yourself. The one caveat is you can't share an shiny HTML file directly, you would have to upload it to shinyapp.io like your dashboard and share the link to that on YellowDig. You would submit your RMD file and that link then. |
@lecy I decided to try to utilize shiny, but I'm a bit confused on what I'm doing wrong. My selection tab works fine, but it doesn't produce a plot. Here's is my code:
|
Also, here is the code for my static waffle. It works fine:
|
What is ContData? There is no data source listed here. |
@castower Are these columns? Should this be select() instead of filter()? I have no idea what your data looks like. InteractiveWaffle <-
People %>%
filter( Category %in% input$category ) |
To preview the data on a discussion board try: dput( head( People ) ) %>% pander() It should return markdown code that you can paste here. |
I removed the inputPanel() function and restarted RStudio and it has started working! Here is the output of the data, for reference though in case it may be helpful to anyone else:
|
Hello,
Is there a set due date for the explainer assignment listed on the syllabus? Should this assignment be posted on YellowDig?
Thanks!
The text was updated successfully, but these errors were encountered: