View source: R/read_write_ipums.R
Write IPUMS .dat files to database in chunks
1 | read_write_ipums(ddi_path, dat_path, db_con, chunk_size, db_table_name)
|
ddi_path |
path to xml file |
dat_path |
path to .dat file |
db_con |
connection object for database to write to |
chunk_size |
how many records to read in at a time |
db_table_name |
a string for what to name your table in db |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.