R/continentAsia.R

           #' 
           #' This function takes slice of data from gp2007
           #' @export
           continentAsia <- function()
           {
           gp2007 %>%
           dplyr::filter(continent == 'Asia')
           }
zheng0426/zhenghw3 documentation built on May 26, 2019, 6:33 a.m.