ndex_helper_getApi {ndexr} | R Documentation |
This function extracts the function definition from the ndex configuration within a ndex-connection object. It follows the given path down the list.
ndex_helper_getApi(ndexcon, apiPath)
ndexcon |
object of class NDExConnection |
apiPath |
character; path to follow in the nested list |
configuration of the function
This function is internal.
## Establish a server connection ndexcon = ndex_connect() ## Get the function definition for ndex_network_get_summary ## ndex_config[[ndex_config$defaultVersion]]$api$network$summary$get ndexr:::ndex_helper_getApi(ndexcon, 'network$summary$get')