ywGetTicHistory: Get site TIC history from Yandex Webmaster

Description Usage Arguments Value Author(s) Examples

Description

ywGetTicHistory downloads site TIC history from Yandex Webmaster API v 3.0

Usage

1
ywGetTicHistory(user_id = NULL, host_id = NULL, date_from = NULL, date_to = NULL, token = NULL)

Arguments

user_id

User id from function ywGetUserId.

host_id

Host id of your site. You can get by function ywGetSitesList.

date_from

Start date for query.

date_to

End date for query.

token

Token for Yandex Webmaster API from function ywGetToken

Value

Returns data frame with columns: date - date, value - TIC value for date

Author(s)

Ivan Kutas

Examples

1
2
3
4
5
TICHistory <- ywGetTicHistory(host_id=hostId, 
                              user_id=userId, 
                              date_from = "2016-11-01", 
                              date_to = "2017-01-20",
                              token=myToken)

kutasok/ryandexwebmasterv3 documentation built on May 20, 2019, 7:06 p.m.