Code Monkey home page Code Monkey logo

Comments (7)

ajdamico avatar ajdamico commented on June 24, 2024

hi, sorry for being a standardization troll.

pof does what i am describing here:

lodown/R/pof.R

Lines 41 to 45 in 5120a5f

cachaca( catalog[ i , "full_urls" ] , tf , mode = 'wb' )
unzipped_files <- unzip_warn_fail( tf , exdir = paste0( tempdir() , "/unzips" ) )
cachaca( catalog[ i , "documentation" ] , tf , mode = 'wb' )

you can see the documentation column in the catalog..

# example where documentation files are downloaded alongside each microdata file
head( get_catalog( "pof" , output_dir = tempdir() ) )

or, here's an alternative configuration if there isn't a one-to-one correspondence between data files and documentation files. just put the documents directly into their own records in the catalog.

ess_cat <- get_catalog( "ess" , output_dir = tempdir() )

head( ess_cat , 20 )

from lodown.

guilhermejacob avatar guilhermejacob commented on June 24, 2024

Sure. You're the boss (:

from lodown.

ajdamico avatar ajdamico commented on June 24, 2024

haha nah, i am still figuring this stuff out as well

from lodown.

guilhermejacob avatar guilhermejacob commented on June 24, 2024

I think we closed this one, right? Reopen otherwise.

from lodown.

ajdamico avatar ajdamico commented on June 24, 2024

sia.R still has this mistake

from lodown.

guilhermejacob avatar guilhermejacob commented on June 24, 2024

Last commit solves it

from lodown.

ajdamico avatar ajdamico commented on June 24, 2024

from lodown.

Related Issues (20)

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.