8000 Retrieve metadata directly for multiple series at once · Issue #63 · quandl/quandl-r · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Retrieve metadata directly for multiple series at once #63
Open
@GitHunter0

Description

@GitHunter0

Hey @RaymondMcT , @daroczig , @ccleung, is there a way to retrieve metadata directly without having to first retrieve the data via Quandl() like this?

library(Quandl)
library(tidyverse)
Quandl(c('ODA/PLEAD_USD'), meta=TRUE) %>%
  metaData()

Also, is it possible to retrieve multiple metadata at once? Because if I do this, the result is NULL

Quandl(c('ODA/PLEAD_USD', 'ODA/PALUM_USD'), meta=TRUE) %>%
   metaData()

Those features would make my pipeline much cleaner. I appreciate any feedback. Quandl is a fantastic package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0