get_content_old {connectapi}R Documentation

Get information about content on the Posit Connect server

Description

Get information about content on the Posit Connect server

Usage

get_content_old(src, filter = NULL, limit = 25, page_size = 25)

Arguments

src

The source object

filter

a named list of filter options, e.g. list(name = 'appname')

limit

the maximum number of records to return

page_size

the number of records to return per page

Details

Please see https://docs.posit.co/connect/api/#getContent for more information

Value

A tibble with the following columns:

Examples

## Not run: 
library(connectapi)
client <- connect()

get_content_old(client, limit = 20)

## End(Not run)


[Package connectapi version 0.1.3.1 Index]