Giter Club home page Giter Club logo

rdomo's People

Contributors

jeremydmorris avatar murphysean avatar nareshkp avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rdomo's Issues

`ds_query` expects `as_tibble` function

Hi, I am running test query on a dataset in R version 4.2.1 (2022-06-23) -- "Funny-Looking Kid".

df <- domo$ds_query(id, 'select * from table limit 4')

and encountered this error:

Error in as_tibble(get_types) : could not find function "as_tibble"

To resolve, I had to manually load library(tibble).

Seems like it would be better to import this package in rdomo rather than expecting it to be loaded in user environment.

Has the DomoR package stopped working?

I don't see the older DomoR package here anymore. I have a lot of older scripts that still use it, and none of them work now. Do I need to change them all to rdomo?

Unable to get meta data for data sets shared with me

Hi. I'm just wondering if it will be possible to get meta data with ds_meta() for data sets that have been shared with me? Right now I can only get info for data sets that I own but not those that have been shared with me.

New ds_list() doesn't include display type or data provider

Hi, thanks for the new package! The old DomoR::list_ds() included information about the data set type and source, including columns for displayType and dataProviderType. That's useful information! The new domor ds_list does not seem to have that. Is there any chance of getting that information into the new version?

ds_meta function stopped working

I frequently use the ds_meta function to get the meta data before pulling the data. This function has stopped working. I can still pull the data with the ds_get or ds_query functions but when I use the ds_meta function as below I always get a list with the elements $status=403, $statusReason="Forbidden", $message="Access is denied", $toe="V9EF32FE3V-20NDM-JTL2I". Can you please help?

library(rdomo) 
#client ID and secret stored in .Renviron file. Do not share. 
domo <- rdomo::Domo() 
pipeline_id1 <- '<insert valid dataset id>' 
data1_info <- domo$ds_meta(pipeline_id1)

rdomo_access_denied

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.