-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.8 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: blaise
Type: Package
Title: Read and Write FWF Files in the 'Blaise' Format
Version: 1.3.11
Authors@R: person("Sjoerd", "Ophof", email = "[email protected]",
role = c("aut", "cre"))
Description: Can be used to read and write a fwf with an accompanying 'Blaise' datamodel.
Blaise is the software suite built by Statistics Netherlands (CBS). It is essentially a
way to write and collect surveys and perform statistical analysis on the data. It stores its data in
fixed width format with an accompanying metadata file, this is the Blaise format. The package automatically
interprets this metadata and reads the file into an R dataframe.
When supplying a datamodel for writing, the dataframe will be automatically converted
to that format and checked for compatibility.
Supports dataframes, tibbles and LaF objects.
For more information about 'Blaise', see <https://blaise.com/products/general-information>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
dplyr (>= 0.7.2),
readr (>= 1.1.1),
stringr (>= 1.2.0),
utils (>= 3.4.1),
tibble (>= 1.3.3),
tools (>= 3.4.1),
methods (>= 3.4.1),
stats (>= 3.4.1)
Suggests:
testthat,
LaF (>= 0.6.3),
knitr,
rmarkdown
RoxygenNote: 7.2.3
Collate:
'clean_model.R'
'generics.R'
'utils.R'
'variable.R'
'model.R'
'convert_df.R'
'convert_type.R'
'get_model.R'
'read_custom_types.R'
'read_data.R'
'read_data_laf.R'
'read_fwf_blaise.R'
'read_model.R'
'variable_custom.R'
'variable_date.R'
'variable_dummy.R'
'variable_enum.R'
'variable_integer.R'
'variable_real.R'
'variable_string.R'
'write_data.R'
'write_datamodel.R'
'write_fwf_blaise.R'
'write_fwf_blaise_with_model.R'
VignetteBuilder: knitr