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

functions #236

Open
carriewright11 opened this issue Oct 10, 2024 · 3 comments
Open

functions #236

carriewright11 opened this issue Oct 10, 2024 · 3 comments
Labels
bug Something isn't working Functions website

Comments

@carriewright11
Copy link
Contributor

carriewright11 commented Oct 10, 2024

the key online (the Rmd on the website) does not match what is in the main branch (and the html looks fine on the website):
shows:
plot_ces <- function(col_name){
ggplot(data = ces, aes(x = , y = Poverty)) +
geom_point()
}

instead of
plot_ces <- function(col_name){
ggplot(data = ces, aes(x = {{col_name}}, y = Poverty)) +
geom_point()
}

@carriewright11
Copy link
Contributor Author

I wonder if this has to do with the render of the schedule somehow

@carriewright11 carriewright11 added bug Something isn't working Functions website labels Oct 10, 2024
@carriewright11
Copy link
Contributor Author

maybe the render didn't get the file completely - super odd:
Screenshot 2024-10-10 at 3 08 26 PM

@carriewright11
Copy link
Contributor Author

Screenshot 2024-10-10 at 3 13 49 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Functions website
Projects
None yet
Development

No branches or pull requests

1 participant