| nrow_resource | R Documentation |
Get the number of rows present in a resource.
nrow_resource(resource)
resource |
A character string containing the resource id of the data set to be returned. |
An integer of length 1 indicating the number of rows present in the specified resource.
## Not run: nrow_resource(resource = "edee9731-daf7-4e0d-b525-e4c1469b8f69") ## End(Not run)