Description Usage Arguments Value Examples
View source: R/unnest-pv-data.R
This function suggests a value that you could use for the pk
argument
in unnest_pv_data
, based on the endpoint you searched.
It will return a potential unique identifier for a given entity (i.e., a
given endpoint). For example, it will return "patent_number" when
endpoint = "patents"
.
1 | get_ok_pk(endpoint)
|
endpoint |
The endpoint which you would like to know a potential primary key for. |
The name of a primary key (pk
) that you could pass to
unnest_pv_data
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.