-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 <- 2Instead of
var = 2Another example, for the inline code, when a function is mentioned we could use
In what follows we will be using
plot()
rather than
In what follows we will be using
plot
Looks like details but it makes it easier to read the code and understand what we are referring to.
Metadata
Metadata
Assignees
Labels
No labels