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