profile_fields function

Helper function for working with profile fields

Helper function for working with profile fields

profile_fields(fields = "")

Arguments

  • fields: Profile fields to return

Examples

## 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') ## End(Not run)
  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29