Description Usage Arguments Details Value Author(s) See Also Examples
Converts SEER ASCII text files into smaller R binaries. This is being maintained to avoid fixing old scripts. Please use mkSEER for new scripts.
1 2 |
df |
A data frame that was the output of |
seerHome |
The directory that contains the SEER ‘population’ and ‘incidence’ directories. This should be writable by the user. |
dataset |
The SEER database to use, specified as a string of the last two digits of the starting year, i.e. |
SQL |
TRUE if an SQLite database is to be created. The file ‘all.db’ produced in this case can be significantly larger than the sum of the ‘*.RData’ files also produced. |
mkDFs |
TRUE if you wish to make data frame binaries. |
See mkSEER.
None. This function produces R binary data files.
Tom Radivoyevitch (radivot@ccf.org)
SEERaBomb-package,mkSEER,getFields,pickFields
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.