Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Helper function for multiple BiodbUrl instantiations #581

Open
pkrog opened this issue Oct 7, 2021 · 0 comments
Open

Helper function for multiple BiodbUrl instantiations #581

pkrog opened this issue Oct 7, 2021 · 0 comments
Assignees

Comments

@pkrog
Copy link
Collaborator

pkrog commented Oct 7, 2021

Write a helper function that factorize the following:

urls <- vapply(id, function(x) BiodbUrl$new(url=url,                        
        params=list(chebiId=x))$toString(), FUN.VALUE='') 

Found in ChebiConn.R of biodbChebi extension package in functions doGetEntryPageUrl() and doGetEntryImageUrl().

@pkrog pkrog self-assigned this Oct 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant