formats_SAS_to_R | R Documentation |
INSEE SAS formats to R : translate code
formats_SAS_to_R(
path,
name_in,
name_out,
open = TRUE,
remove_at_end_of_var = "f",
not_if_numeric = TRUE,
text_aposthophe = "'",
path_out
)
path |
The path of the file with the sas formats |
name_in |
The name of the unformatted database |
name_out |
The name of the database to be formatted, if not the same than |
open |
Should the file be opened, or just its path printed ? |
remove_at_end_of_var |
Set to |
not_if_numeric |
Should the code prevent numeric variables to get recoded ? |
text_aposthophe |
How do apostrophes in labels appear ? |
path_out |
The path, name and extension of the output file. In temporary directory if not provide. |
A file with R code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.