knitr::opts_chunk$set(echo = TRUE)
# library(devtools)
# install_github(repo = "kwanlin/pendor")
# install("./pendor")
library(pendor)
# library(dplyr)
sample_key <- "63bd1cda-db5a-4a2b-633b-37b8b0c5462c"
sample_report <- "Gcs71tkJQe88CwiBKVQ9zd8sG1U"
sample_account_id <- "Zeta%20and%20Sons"
pendor::get_report(sample_key, sample_report)
pendor::get_account(sample_key, sample_account_id)
pendor::get_pages_list(sample_key)
pendor::get_visitor(sample_key, '4')


kwanlin/pendor documentation built on May 16, 2019, 8:11 p.m.