General
PromptBeginner5 minmarkdown
grep(pattern
x) # indices of matches
0
Explore
121,984 skills indexed with the new KISS metadata standard.
x) # indices of matches
1:3) # x1 x2 x3
1
3.14159) # 3.14%
data = df
y) x + y
b
2
df$group
2=cols)
function(x) x[1])
length)
length
list(a
function(x) x^2)
\(x) x^2)
pos
x[i]
y = 1
c(name
value > 10
name] # filter + select
] # filter rows
] # first 5 rows