View source: R/validate_primitives.R
chk_address_city | R Documentation |
These functions check values for length, character limit, and form.
chk_address_city(input, max_dim) chk_address_country(input, max_dim) chk_address_email(input, max_dim) chk_address_fax(input, max_dim) chk_address_lines(input, max_dim) chk_address_postal_code(input, max_dim) chk_address_state(input, max_dim) chk_address_web_page(input, max_dim) chk_address_country(input, max_dim) chk_adopted_by_which_parent(input, max_dim) chk_age_at_event(input, max_dim) chk_attribute_descriptor(input, max_dim) chk_attribute_type(input, max_dim) chk_automated_record_id(input, max_dim) chk_before_common_era(input, max_dim) chk_caste_name(input, max_dim) chk_cause_of_event(input, max_dim) chk_certainty_assessment(input, max_dim) chk_character_encoding(input, max_dim) chk_copyright_gedcom_file(input, max_dim) chk_copyright_source_data(input, max_dim) chk_count_of_children(input, max_dim) chk_date_exact(input, max_dim) chk_date_period_covered(input, max_dim) chk_date_value(input, max_dim) chk_descriptive_title(input, max_dim) chk_event_descriptor(input, max_dim) chk_event_or_fact_classification(input, max_dim) chk_event_type_cited_from(input, max_dim) chk_event_type_family(input, max_dim) chk_event_type_individual(input, max_dim) chk_events_recorded(input, max_dim) chk_gedcom_content_description(input, max_dim) chk_gedcom_file_name(input, max_dim) chk_gedcom_form(input, max_dim) chk_gedcom_version_number(input, max_dim) chk_id_number(input, max_dim) chk_language_of_text(input, max_dim) chk_multimedia_file_reference(input, max_dim) chk_multimedia_format(input, max_dim) chk_name_of_business(input, max_dim) chk_name_of_product(input, max_dim) chk_name_of_repository(input, max_dim) chk_name_of_source_data(input, max_dim) chk_name_personal(input, max_dim) chk_name_phonetic(input, max_dim) chk_name_piece_given(input, max_dim) chk_name_piece_nickname(input, max_dim) chk_name_piece_prefix(input, max_dim) chk_name_piece_suffix(input, max_dim) chk_name_piece_surname(input, max_dim) chk_name_piece_surname_prefix(input, max_dim) chk_name_romanised(input, max_dim) chk_name_type(input, max_dim) chk_national_or_tribal_origin(input, max_dim) chk_nobility_type_title(input, max_dim) chk_number_of_relationships(input, max_dim) chk_occupation(input, max_dim) chk_pedigree_linkage_type(input, max_dim) chk_phone_number(input, max_dim) chk_phonetisation_method(input, max_dim) chk_physical_description(input, max_dim) chk_place_latitude(input, max_dim) chk_place_longitude(input, max_dim) chk_place_name(input, max_dim) chk_place_phonetic(input, max_dim) chk_place_romanised(input, max_dim) chk_possessions(input, max_dim) chk_product_version_number(input, max_dim) chk_receiving_system_name(input, max_dim) chk_relation_is_descriptor(input, max_dim) chk_religious_affiliation(input, max_dim) chk_responsible_agency(input, max_dim) chk_role_in_event(input, max_dim) chk_romanisation_method(input, max_dim) chk_scholastic_achievement(input, max_dim) chk_sex_value(input, max_dim) chk_source_call_number(input, max_dim) chk_source_descriptive_title(input, max_dim) chk_source_filed_by_entry(input, max_dim) chk_source_jurisdiction_place(input, max_dim) chk_source_media_type(input, max_dim) chk_source_originator(input, max_dim) chk_source_publication_facts(input, max_dim) chk_submitter_name(input, max_dim) chk_system_id(input, max_dim) chk_text_from_source(input, max_dim) chk_time_value(input, max_dim) chk_user_reference_number(input, max_dim) chk_user_reference_type(input, max_dim) chk_user_text(input, max_dim) chk_where_within_source(input, max_dim) chk_xref(input, max_dim)
input |
An input value. |
max_dim |
The maximum length of the input value. |
The functions are designed to be combined with the parse_error function, but are also used for input validation in the shinyged package.
Either a single character string describing the first error encountered, or NULL if no errors are found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.