Learn R Programming

vkR (version 0.2)

areFriends: Checks the friendship status between two users

Description

Checks the friendship status between two users

Usage

areFriends(source_id, target_id)

Arguments

source_id

Source user ID

target_id

Target user ID

Examples

Run this code
# NOT RUN {
areFriends(me(), 123456)
# }

Run the code above in your browser using DataLab