Title: | Collection of Packages for Internet Marketing |
---|---|
Description: | Collection of packages for work with API 'Google Ads' <https://developers.google.com/google-ads/api/docs/start>, 'Yandex Direct' <https://yandex.ru/dev/direct/>, 'Yandex Metrica' <https://yandex.ru/dev/metrika/>, 'MyTarget' <https://target.my.com/help/advertisers/api_arrangement/ru>, 'Vkontakte' <https://vk.com/dev/methods>, 'Facebook' <https://developers.facebook.com/docs/marketing-apis/> and 'AppsFlyer' <https://support.appsflyer.com/hc/en-us/articles/207034346-Using-Pull-API-aggregate-data>. This packages allows you loading data from ads account and manage your ads materials. |
Authors: | Alexey Seleznev [aut, cre]
|
Maintainer: | Alexey Seleznev <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.2.5 |
Built: | 2025-02-20 03:14:41 UTC |
Source: | https://github.com/cran/galigor |
This function lists all the conflicts between packages in the galigor and other packages that you have loaded.
galigor_conflicts()
galigor_conflicts()
If dplyr is one of the select packages, then the following four conflicts
are deliberately ignored: intersect
, union
, setequal
,
and setdiff
from dplyr. These functions make the base equivalents
generic, so shouldn't negatively affect any existing code.
No return value, called for side effects
galigor_conflicts()
galigor_conflicts()
List all galigor dependencies
galigor_deps(recursive = FALSE)
galigor_deps(recursive = FALSE)
recursive |
If |
No return value, called for side effects
List all packages in the galigor
galigor_packages(include_self = TRUE)
galigor_packages(include_self = TRUE)
include_self |
Include galigor in the list? |
No return value, called for side effects
galigor_packages()
galigor_packages()
This will check to see if all galigor packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.
galigor_update(recursive = FALSE)
galigor_update(recursive = FALSE)
recursive |
If |
No return value, called for side effects
## Not run: galigor_update() ## End(Not run)
## Not run: galigor_update() ## End(Not run)