📜  r 加载包 - R 编程语言代码示例

📅  最后修改于: 2022-03-11 14:52:00.337000             🧑  作者: Mango

代码示例1
# Basic syntax:
library(package_to_load)

# Note, the package has to be installed before you can load it
# Note, when you install a package, the package name has to be in quotes
#    but when you load it, it shouldn't be