Skip to content

Code formatting guidelines  #14

@KevCaz

Description

@KevCaz

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()

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions