R/continentAsia.R

Defines functions continentAsia

Documented in continentAsia

           #' 
           #' This function takes slice of data from gp2007
           #' @export
           #' @examples
           #' continentAsia()
           continentAsia <- function()
           {
           library(magrittr)
           gp2007 %>%
           dplyr::filter(continent == 'Asia')
           }
benjnguyen/NguyenTools documentation built on May 25, 2019, 3:22 p.m.