v_get_press_release_list | R Documentation |
Get a list of press releases
v_get_press_release_list(
no,
startindex = 1,
filter,
fields = v_fields("Press Release")
)
no |
integer: the number of press releases to return |
startindex |
integer: index of the first press release to return |
filter |
list: (currently ignored) |
fields |
character: fields to return |
A data.frame
https://www.fivb.org/VisSDK/VisWebService/#GetPressReleaseList.html
## Not run:
v_get_press_release_list(10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.