Skip to content

Commit

Permalink
Update Project1 Publics.R
Browse files Browse the repository at this point in the history
  • Loading branch information
MorozovG committed Jul 21, 2015
1 parent e8acae8 commit 34834cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project1 Publics.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ url <- "https://api.vk.com/method/users.getSubscriptions?user_id="
# Шаблон запроса членов паблика
url2 <- "https://api.vk.com/method/groups.getMembers?group_id="

# Генерируем id аккаунта с replace (выбираем из 2.8 млн. 700 аккаунтов с повторениями)
# Генерируем id аккаунта с replace (выбираем из 2.8 млн. id 700 аккаунтов с повторениями)
id_num <- sample.int(280000000, size = 700, replace = T)


Expand Down

0 comments on commit 34834cc

Please sign in to comment.