as.data.frame.wkls_proxy: Convert wkls_proxy to data frame
Description
Explicitly converts a wkls_proxy to a data frame by resolving the chain
Usage
# S3 method for wkls_proxy
as.data.frame(x, ...)
Value
A data frame with columns: id, country, region, subtype, name
Arguments
- x
A wkls_proxy object
- ...
Additional arguments (unused)