#' 遠東百貨
#'
#' @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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.