if (FALSE) {
info <- rstudioapi::versionInfo()
# check what version of RStudio is in use
if (info$version >= "1.4") {
# code specific to versions of RStudio 1.4 and newer
}
# check whether RStudio Desktop or RStudio Server is being used
if (info$mode == "desktop") {
# code specific to RStudio Desktop
}
# Get the citation
info$citation
}
Run the code above in your browser using DataLab