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
d_intro_simple east intro simple A variable named x has been defined in your workspace. Please remove it. rm(x) NA rm "x <<- ""a""" "tryCatch(rm(x, envir = globalenv()), warning = function(w) {invisible()})" "Create the sequence [2, 4, 6, 8, 10, 12, 14, 16, 18, 20] without typing all elements." "seq(2, 20, 2)" NA ?seq NA NA
It only allows rm(), but I think remove() should also be allowed.
The text was updated successfully, but these errors were encountered:
First of all, 🙌 I LOVE THIS SO MUCH. Text adventure games are one of my favorite pass times.
This is a very small suggestion: one of the questions asks the user to remove an object. This one:
CastleOfR/inst/extdata/CastleOfR_Doors.txt
Line 3 in 304b018
rm()
, but I thinkremove()
should also be allowed.The text was updated successfully, but these errors were encountered: