add_adapters | Add an adapter functions to an adapters or a pecification or... |
add_adapters_ | Helper function for 'add_adapters()' |
add_adapters_.default | Missing class for 'add_adapters_()' |
apply_adapters | Apply the adapter-functions stored in a file_definition class... |
apply_adapters_ | Helper function for 'apply_adapters()' |
apply_adapters_class | Apply the adapter-functions stored in an adapters class... |
apply_adapters_class_ | Helper function for 'apply_adapters_class()' |
check_character_vector | Check that a specific list element is a character vector |
check_excel_range | Check that a specific list element is an excel range string |
check_integer | Check that a specific list element is an integer value |
check_integer_vector | Check that a specific list element is an integer vector |
check_list | Check that object is a list object |
check_logical | Check that a specific list element is a logical value |
check_missing | Check that a specific list element is missing |
check_numeric | Check that a specific list element is a numeric value |
check_numeric_vector | Check that a specific list element is a numeric vector |
check_required_attributes | Check that a list object has all required attributes |
check_same_length | Check that two specific list elements have the same vector... |
check_string | Check that a specific list element is a string |
cols_get_attribute | Extract column definitions from 'cols' argument |
composerr | Compose error handlers (concatenate error messages) |
create_meta_df | Helper function for creating the meta data data.frame in... |
enum_col_types | Possible column types |
enum_encodings | Possible file types |
enum_file_types | Possible file types |
err_file_definition | Throw an error: Object is not of class 'file_structure' |
err_file_structure | Throw an error: Object is not of class 'file_structure' |
get_adapter_desc | Get Description of adapter function |
get_col_names | Helper function for 'read_data()': Generate 'col_names'... |
get_col_names.default | Missing class for 'get_col_names()' |
get_col_types | Helper function for 'read_data()': Generate 'col_types'... |
get_col_types.default | Missing class for 'get_col_types()' |
get_encoding | Helper function for 'read_data()': Generate encoding string |
get_encoding.default | Missing class for 'get_encoding()' |
get_file_type | Get the specified file type |
get_file_type.default | Missing class for 'get_file_type()' |
get_fwf_col_positions | Helper function for 'read_data()': Generate 'col_positions'... |
get_fwf_locale | Helper function for 'read_data()': Generate 'locale' object... |
get_meta | Get meta information for one or multiple columns |
get_meta_ | Helper function for 'get_meta()' |
get_meta_.default | Wrong class for 'get_meta_()' |
get_skip_rows | Helper function for 'read_data()': Calculate the skipped rows |
get_skip_rows.default | Missing class for 'get_skip_rows()' |
new_adapters | Create a new 'adapters' class object |
new_col_meta | Create a new 'col_meta' class object |
new_col_meta_ | Create a new 'col_meta' class object |
new_file_collection | Create a list of file_definitionuration objects |
new_file_collection_ | A helper function for 'new_file_collection()' |
new_file_definition | Create new file_definitionuration object |
new_file_definition_ | Helper function for 'new_file_definition()' |
new_file_definition_dsv_ | Helper function for 'new_file_definition_dsv()' |
new_file_definition_excel_ | Helper function for 'new_file_definition_excel()' |
new_file_definition_fwf_ | Helper function for 'new_file_definition_fwf()' |
new_file_definition_sas_ | Helper function for 'new_file_definition_sas()' |
new_file_meta | Create a new 'file_meta' class object |
new_file_meta_ | Helper function for 'new_file_meta()' |
new_file_structure | Create file_structure class objects |
new_file_structure_ | Helper function for creating a file_structure class object |
new_file_structure_dsv_ | Helper function for 'new_file_structure_dsv()' |
new_file_structure_excel_ | Helper function for 'new_file_structure_excel()' |
new_file_structure_fwf_ | Helper function for 'new_file_structure_fwf()' |
new_file_structure_sas_ | Helper function for 'new_file_structure_sas()' |
order_infront | Put some elements of a character vector infront |
print.adapters | Print adapters class objects |
print.file_definition | Print file_definition class objects |
print_file_structure | Helper function for 'print.file_structure()' and... |
print.file_structure | Print file_structure class objects |
read_data | Read FWF, DSV or EXCEL data files |
read_data_ | Helper method for 'read_data()' |
read_data_.default | Missing class for [read_data_()] |
read_data_post_process | Helper function for 'read_data()': Do all post processing |
remove_null_entries | Remove NULL entries from list |
set_adapters | Set the 'adapters' argument for a file_definition or a... |
set_adapters_ | Helper function for 'set_adapters()' |
set_adapters_.default | Wrong class case for 'set_adapters_()' |
set_cols_keep | Set the 'cols_keep' argument for a file_definition or a... |
set_cols_keep_ | Helper function for 'set_cols_keep()' |
set_cols_keep_.default | Wrong class case for 'set_cols_keep_()' |
set_extra_col_file_path | Set the 'extra_col_file_path' argument for a file_definition... |
set_extra_col_file_path_ | Helper function for 'set_extra_col_file_path()' |
set_extra_col_file_path_.default | Wrong class case for 'set_extra_col_file_path_()' |
set_n_max | Set the 'n_max' argument for a file_definition or a... |
set_n_max_ | Helper function for 'set_n_max()' |
set_n_max_.default | Wrong class case for 'set_n_max_()' |
stringify | convert vector to string |
type_of_var | Get type of object, but also distinguishing 'factor' |
validate_col_meta | Validate col_meta class objects |
validate_cols | validate argument 'cols' in new_file_structure_*() |
validate_file_collection | Validate file_collection object |
validate_file_definition | Validate file_definition object |
validate_file_meta | Validate file_meta class objects |
validate_file_structure | Validate 'file_structure' object |
validate_file_structure.default | Missing class for 'validate_file_structure()' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.