Advertisement
SocialkingPL

Untitled

Dec 11th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. imie <- c("Maciej", "Kuba", "Adam")
  2. nazwisko <- c("Lech", "Wiechczyński", "Czarnecki")
  3. wiek <- c("21", "22", "23")
  4. zarobki <- c(1500, 1300, 1500)
  5. ramka <- data.frame(imie, nazwisko, wiek, zarobki)
  6. mean(zarobki)
  7. ramka
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement