Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Improve gist return #25

@karthik

Description

@karthik

The gist class is extremely frustrating to work with. Unless I'm doing something wrong, the actual gist ids are inaccessible. e..g.

> x<- gists("minepublic")
> x[[1]]
<gist>44eb9788a675d42e6dd5
  URL: https://gist.github.com/44eb9788a675d42e6dd5
  Description: 
  Public: TRUE
  Created/Edited: 2015-02-16T09:11:54Z / 2015-02-16T09:11:54Z
  Files: temp.geojson

I would love to just have a simple data.frame (or list that can be easily flattened) to work with for a practical use case other than uploading. like

gist("minepublic") %>%
 filter(title = "temp") %>%
delete 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions