Learn R Programming

vkR (version 0.2)

profile_fields: Helper function for working with profile fields

Description

Helper function for working with profile fields

Usage

profile_fields(fields = "")

Arguments

fields

Profile fields to return

Examples

Run this code
# NOT RUN {
# get list of all fields
fields <- profile_fields('all')

# get list of all fields except specified
fields <- profile_fields('all - photo_50,photo_100,photo_200')

# get only specified fields
fields <- profile_fields('sex,bdate')
# }

Run the code above in your browser using DataLab