Muat beberapa paket di r

x <- c("dplyr", "ggplot2", "spatstat")
lapply(x, require, character.only = TRUE)
Piesangbrood