find_parent_layer | R Documentation |
takes and returns a parent list recursively until as much as possible is solved
find_parent_layer(
parent_list,
uidlist,
id_type,
layer_categories,
max_depth = 20
)
parent_list |
a list with solved and unsolved resources |
uidlist |
A data.frame as returned by |
id_type |
One of "identifier" or "UID" - Should the function use identifiers or UUIDs to find the layer? |
layer_categories |
A vector of categories that are classified as
Layers. (Encompasses SurveyUnit.) See or change the default:
|
max_depth |
numeric. Maximum number of recursive iterations / maximum depth a resource may be nested below its layer. |
a list with solved and unsolved resources
find_layer()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.