wallSearch {vkR}R Documentation

Allows to search posts on user or community walls

Description

Allows to search posts on user or community walls

Usage

wallSearch(
  owner_id = "",
  domain = "",
  query = "",
  owners_only = "",
  count = "20",
  offset = "0",
  extended = "",
  fields = "",
  v = getAPIVersion()
)

Arguments

owner_id

User or community id. Remember that for a community owner_id must be negative.

domain

User or community screen name.

query

Search query string.

owners_only

1 - returns only page owner's posts.

count

Count of posts to return.

offset

Results offset.

extended

Show extended post info.

fields

List of comma-separated words

v

Version of API

Value

If executed successfully, returns a list of post objects.


[Package vkR version 0.2 Index]