-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
63 lines (62 loc) · 1.86 KB
/
NAMESPACE
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
60
61
62
63
# Generated by roxygen2: do not edit by hand
export(car)
export(check_isbn_10_check_digit)
export(check_isbn_13_check_digit)
export(check_issn_check_digit)
export(convert_to_isbn_13)
export(cp_lb_attributes)
export(dt_add_to_col_names)
export(dt_counts_and_percents)
export(dt_del_cols)
export(dt_keep_cols)
export(dt_na_breakdown)
export(dt_percent_not_na)
export(dt_set_clean_names)
export(fread_plus_date)
export(fwrite_plus_date)
export(get_all_lc_call_subject_letters)
export(get_clean_names)
export(get_country_from_code)
export(get_dewey_decimal_subject_class)
export(get_dewey_decimal_subject_division)
export(get_dewey_decimal_subject_section)
export(get_isbn_10_check_digit)
export(get_isbn_13_check_digit)
export(get_issn_check_digit)
export(get_language_from_code)
export(get_lc_call_first_letter)
export(get_lc_call_subject_classification)
export(is_valid_isbn_10)
export(is_valid_isbn_13)
export(is_valid_issn)
export(is_valid_lc_call)
export(loc_permalink_from_lccn)
export(marc_008_get_info)
export(marc_leader_get_info)
export(normalize_isbn)
export(normalize_isbn_10)
export(normalize_isbn_13)
export(normalize_issn)
export(normalize_lccn)
export(oclc_classify_link_from_standard_num)
export(recombine_with_sep_closure)
export(remove_duplicates_and_nas)
export(set_lb_attribute)
export(set_lb_date)
export(split_map_filter_reduce)
export(worldcat_api_bib_read_info_by_isbn)
export(worldcat_api_bib_read_info_by_issn)
export(worldcat_api_bib_read_info_by_oclc)
export(worldcat_api_classify_by_isbn)
export(worldcat_api_classify_by_issn)
export(worldcat_api_classify_by_oclc)
export(worldcat_api_locations_by_isbn)
export(worldcat_api_locations_by_issn)
export(worldcat_api_locations_by_oclc)
export(worldcat_api_search)
export(worldcat_permalink_from_isbn)
export(worldcat_permalink_from_issn)
export(worldcat_permalink_from_oclc_number)
import(data.table)
import(pbapply)
import(utils)