We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to introduce some guidelines for code formatting of the workshops (both inline code and code chunks).
For instance, in code chunk we could use:
var <- 2
Instead of
var = 2
Another example, for the inline code, when a function is mentioned we could use
In what follows we will be using plot()
plot()
rather than
In what follows we will be using plot
plot
Looks like details but it makes it easier to read the code and understand what we are referring to.
The text was updated successfully, but these errors were encountered:
Similarly,
Sorry, something went wrong.
KevCaz
No branches or pull requests
It would be nice to introduce some guidelines for code formatting of the workshops (both inline code and code chunks).
For instance, in code chunk we could use:
Instead of
Another example, for the inline code, when a function is mentioned we could use
rather than
Looks like details but it makes it easier to read the code and understand what we are referring to.
The text was updated successfully, but these errors were encountered: