query: Query the repository of artifacts.

Description Usage Arguments Value

Description

as_query creates a general query.

reset_query drops all filters and sets type to "raw".

as_commits creates a query to search for commits.

as_artifacts creates a query to search for artifacts.

as_tags creates a query to search for tag values.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
as_query(x)

reset_query(x)

is_query(x)

## S3 method for class 'query'
format(x, indent = "  ", ...)

## S3 method for class 'query'
print(x, ...)

## S3 method for class 'query'
filter(.data, ...)

## S3 method for class 'query'
arrange(.data, ...)

## S3 method for class 'query'
top_n(.data, n, wt)

## S3 method for class 'query'
summarise(.data, ...)

update(.data, ...)

as_commits(x)

as_artifacts(x)

as_tags(x)

read_artifacts(.data)

read_tags(.data, ...)

read_commits(.data)

Arguments

x

Object to be tested (is_query(), is_artifacts(), is_commits()), printed, cast as query (as_query(), as_artifacts(), as_commits()) or querried (verbs).

indent

string prepended to each line.

...

Arguments passed on to base::format

x

any R object (conceptually); typically numeric.

.data

query object.

n

The number of elements to retrieve.

wt

(Optional). The variable to use for ordering. Supported only in dplyr.

Value

TRUE if x inherits from "query".


lbartnik/repository documentation built on May 28, 2019, 9:50 a.m.