knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The package atInternetR
provides methods for querying data from 'AT Internet' using its API. 'AT Internet' API uses a basic authentication with an API key. Functions returns a dataframe composed by metrics like visits, visitors, conversions visits, conversions rate, visits with sales, time spent per pages and bounce rate.
See INSTALL for installation instructions and platform specific details.
This function allows you to get daily data from 'AT Internet' using set perdiod, with a start date and an end date.
This function allows you to get daily data from 'AT Internet' using relative period. Relative periods allow you to use periods that are automatically updated based on the last minute of available data.
This function allows you to get weekly data from 'AT Internet' using set perdiod, with a start date and an end date.
This function allows you to get weekly data from 'AT Internet' using relative period. Relative periods allow you to use periods that are automatically updated based on the last minute of available data.
This function allows you to get monthly data from 'AT Internet' using set perdiod, with a start date and an end date.
This function allows you to get monthly data from 'AT Internet' using relative period. Relative periods allow you to use periods that are automatically updated based on the last minute of available data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.