You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code blocks can be italicized by *`par = TRUE`*. It may be helpful to students to clarify when we are talking about a function vs parameter. Obviously, inline code like function(p1 = 1, p2 = 2) should be clear on its own.
We could then add a line to the "Using this document" section of each vignette about how we differentiate.
The text was updated successfully, but these errors were encountered:
Code blocks can be italicized by *`par = TRUE`*. It may be helpful to students to clarify when we are talking about a
function
vsparameter
. Obviously, inline code likefunction(p1 = 1, p2 = 2)
should be clear on its own.We could then add a line to the "Using this document" section of each vignette about how we differentiate.
The text was updated successfully, but these errors were encountered: