Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/04-data-structures-part1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ _____(cats)
# 4. Correct the 4th weight data point with the mean of the two given values
cats2$weight[4] <- 2.35
# print the data again to see the effect
cats
cats2

# 5. Convert the weight to the right data type
cats2$weight <- ______________(cats2$weight)
Expand Down