R/mypkg1.R

#' mypkg1: This is my first developed R package.
#'
#' This package adds two numbers.
#'
#' It retunrs a sum.
#'
#' @section functions:
#' There are "add", "hello".
#'
#' @name mypkg1
#' @docType package
NULL
liuyishen418/mypkg documentation built on Nov. 4, 2019, 4:35 p.m.