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

First mention of function #99

Open
lgatto opened this issue May 24, 2023 · 1 comment
Open

First mention of function #99

lgatto opened this issue May 24, 2023 · 1 comment

Comments

@lgatto
Copy link
Collaborator

lgatto commented May 24, 2023

Replace

b <- sqrt(a)

with

b <- sqrt(4)

so as to make the code executable and/or provide more context for learners that work through the lesson on their own.

@lgatto
Copy link
Collaborator Author

lgatto commented May 24, 2023

Further comment from Maria:

Yes it’s a good point, I had a look at the lesson it was adapted from https://datacarpentry.org/R-ecology-lesson/01-intro-to-r.html and they have

weight_kg <- sqrt(10) 

which follows better to me to what went before (creating and using weight_kg), so maybe could use that too?

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