2020-05-26

Installation

remotes::install_github("pzhaonet/xjtlu")
remotes::install_github("pzhaonet/drposter")
install.packages("xaringan")

Load

require("xjtlu")

Functions

Get full name of an abbreviation

get_fullname("XJTLU")
## XJTLU: Xi'an Jiaotong-Liverpool University
get_fullname(c("XJTLU", "ENV", "HoD"))
## XJTLU: Xi'an Jiaotong-Liverpool University
## ENV: Department of Environmental Science
## HoD: Head of Department

Plot a campus map of XJTLU

# in Chinese
get_map()

# in English
get_map(english = TRUE)

XJTLU poster template

RStudio: File - New File - R Markdown - From Template - XJTLU poster

XJTLU slides template

RStudio: File - New File - R Markdown - From Template - XJTLU slides

License

Copyright Peng Zhao.

Released under the GPL-3 license.