R-ecology-lesson icon indicating copy to clipboard operation
R-ecology-lesson copied to clipboard

Using "complete_old" without loading with data() prevents referring to the object in the environment

Open murraycadzow opened this issue 1 year ago • 0 comments

There becomes a difficulty in talking about the dataset complete_old in the ggplot and exploring data episodes as it doesn't appear in the environment tab so we can't reinforce referencing the environment tab and that you can do the same operations View() and str() by interacting with that panel

Perhaps we use data(complete_old) at the start of the ggplot episode so that it appears in the environment tab and can be referred to visually

murraycadzow avatar Jul 10 '24 02:07 murraycadzow