General
PromptBeginner5 minmarkdown
sapply(1:5
\(x) x^2)
0
Explore
115,711 skills indexed with the new KISS metadata standard.
\(x) x^2)
y = 1
function(x) x^2)
x[i]
pos
name] # filter + select
value > 10
] # first 5 rows
c(name
FALSE)] # by logical
] # filter rows
b
20.3
] # first row
2] # second column
scores = c(90
med
nrow = 2
FALSE
b
control flow
2
the agent responds with:
---