| vfile_opts | R Documentation | 
Generate options for vfld and vobs files
vfile_opts(
  type = c("vfld", "vobs"),
  missing_value = -99,
  synop_cols = NULL,
  temp_cols = NULL
)
| type | Type of vfile - "vfld" or "vobs" | 
| missing_value | Missing value indicator. Default is -99.0 | 
| synop_cols | For vfld/vobs version < 4 the column names in the files
are assumed. Use  | 
| temp_cols | For vfld/vobs version < 4 the column names in the files
are assumed. Use  | 
A list of options
vfile_opts()
vfile_opts(type = "vobs")
vfile_opts(missing_value = -555)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.