Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add generic accessor methods for data structures returned by get_item #22

Closed
raphaelvolz opened this issue Jul 20, 2016 · 3 comments
Closed
Milestone

Comments

@raphaelvolz
Copy link

Make working with the result easier

@Ironholds
Copy link
Owner

Can you define "generic accessor methods"?

@raphaelvolz
Copy link
Author

instead of built in vector/data frame handling in R I would want to have
for example a method, that gives me the direct value of a a property for an
object

Example

adams <- get_item("42")

Now I have to navigate in the data frame of data frames of

adams$claims

to find what i need

I would be looking to use something olike

adams_website <_ get_value("42", "P856")

Now i have to navigate ...$mainsnak$datavalue$value

2016-07-20 15:51 GMT+02:00 Oliver Keyes notifications@github.com:

Can you define "generic accessor methods"?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#22 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ASS7Jd1Ht9Ya0kgwPDsq9NupRpIk2jl1ks5qXifJgaJpZM4JQrEU
.

Have fun and nice adventures !

Raphael Volz

nogago GmbH - Leading outdoor navigation apps since 2009.

Please kindly consider trying our other products, recommending them to your
friends and rating our products in the app store

Android
Maps - https://play.google.com/store/apps/details?id=com.nogago.android.maps
Tracks -
https://play.google.com/store/apps/details?id=com.nogago.bb10.tracks

BlackBerry10
Maps - http://appworld.blackberry.com/webstore/content/128568/
Tracks -http://appworld.blackberry.com/webstore/content/28277456/
... and more FREE APPS ...
http://appworld.blackberry.com/webstore/vendor/2395

BlackBerry 4.5-7.1
Outdoor GPS - http://appworld.blackberry.com/webstore/content/13904/
Guide - http://appworld.blackberry.com/webstore/content/41684/
Head Up Display - http://appworld.blackberry.com/webstore/content/6444/

nogago GmbH - http://www.nogago.com/
Postfach 45 - DE 76597 Loffenau - Germany

Directed by Dr. Sara Brockmans and registered at Amtsgericht Mannheim under
number HRB 712259 with residence at Loffenau, Germany

@Ironholds
Copy link
Owner

Sounds sensible. Thanks! In the future it would be great to have all of this when the feature request is first submitted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants