GDCQuery
R/response.R
count.Rd
provide count of records in a GDCQuery
count(x, ...) # S3 method for class 'GDCQuery' count(x, ...) # S3 method for class 'GDCResponse' count(x, ...)
a GDCQuery object
passed to httr (good for passing config info, etc.)
integer(1) representing the count of records that will be returned by the current query
count(GDCQuery):
count(GDCQuery)
count(GDCResponse):
count(GDCResponse)
# total number of projects projects() |> count() #> [1] 86 # total number of cases cases() |> count() #> [1] 44736