Description Usage Arguments Value
Import data from .txt files from OECD website.
1 2 3 4 | importFromTxt(inputFilePath, variablesStartPositions, variablesEndPositions,
groupingVariablesStartPositions, groupingVariablesEndPositions,
groupingVariablesNames, studyYear, NAcodes = character(0),
occupationNAcodes = character(0), outputFilePath = NULL)
|
inputFilePath |
path to the file to import. |
variablesStartPositions |
starting position of column containing country code, school id, mother and father occupation and plausible values and replicate weights. |
variablesEndPositions |
ending positions of column given in previous argument. |
groupingVariablesStartPositions |
starting positions of additional columns with factor variables. |
groupingVariablesEndPositions |
ending positions of variables from previous argument. |
groupingVariablesNames |
names for variables given in previous two arguments. |
studyYear |
year of study. |
NAcodes |
codes for NA values in PV and weight variables. |
outputFilePath |
path to .rda file to which results will be saved. |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.