RC.pk {RC}R Documentation

Fetch primary key of a computation

Description

This function fetches the primary key that corresponds to a record in the computational database. Some functions require the primary key as input.

Usage

RC.pk(url = "", echo = TRUE)

Arguments

url the unique URL of the computation
echo Print result

See Also

RC.traffic, RC.traffic.user

Examples

#r <- RC.ls(keyword="AS2009")
#pk <- RC.pk(r$url[2])

[Package RC version 1.0.1.27 Index]