R/auther.R

Defines functions authname authtele

# This is the function which tell the information about author

authname <- function()
{
  print("This package is written by Yujia Gu")
}

authtele <- function()
{
  print("His telephone number is 6666666")
}
guyujia98/trialfjg documentation built on Feb. 17, 2020, 12:34 a.m.