R/get_fareastern_ds.R

#' 遠東百貨
#' 
#' @seealso 
#' url: \url{https://www.feds.com.tw/index.aspx} \cr
#' data: \url{https://www.feds.com.tw/store/info.aspx?store=24}
#' 
#' @examples
#' dt <- get_cpc()
#' 
#' @return data.table
#' @export
get_fareastern_ds <- function () {
  url = "https://www.feds.com.tw"
  res0 <- GET(url, ua)
}

get_fareastern_ds_ <- function () {
  url = "https://www.feds.com.tw"
  res0 <- GET(url, ua)
}
leoluyi/address_crawler documentation built on May 21, 2019, 5:09 a.m.