-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
81 lines (80 loc) · 1.79 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Generated by roxygen2: do not edit by hand
export(bind_putio_download)
export(callback_url)
export(check_title)
export(consume_callback)
export(consume_loop)
export(consume_task)
export(create_file)
export(create_request)
export(create_task)
export(db_pool)
export(download_imdb)
export(eval_expression)
export(extract_episode)
export(filter_last)
export(from_imdb)
export(get_folder)
export(get_full_hd)
export(get_logger)
export(get_record)
export(get_table)
export(get_title)
export(get_user)
export(get_user_title)
export(get_user_title_id)
export(insert_row)
export(last_saved_json)
export(lax_select)
export(log_named_list)
export(omdb_search)
export(omdb_season)
export(omdb_title)
export(pre_pmap_int64)
export(process_request)
export(pull_count)
export(putio_account_info)
export(putio_add_transfer)
export(putio_create_folder)
export(putio_db_pool)
export(putio_file_link)
export(putio_files_delete)
export(putio_files_get)
export(putio_files_list)
export(putio_files_move)
export(putio_files_rename)
export(putio_get_token)
export(putio_get_transfer)
export(putio_oauth_redirect_url)
export(putio_search_admin)
export(random_string)
export(read_imdb)
export(refresh_shiny)
export(refresh_title)
export(save_api)
export(search_title)
export(search_torrent)
export(season_status)
export(select_torrent)
export(set_full_hd)
export(sqs_public_policy)
export(sqs_url_to_arn)
export(start_download)
export(tbl_episode)
export(tbl_get_title)
export(tbl_putio_download)
export(title_season)
export(title_status)
export(to_imdb)
export(torrentapi_token)
export(unset_full_hd)
export(write_imdb)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,if_else)
importFrom(dplyr,tibble)
importFrom(glue,glue)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quo)
importFrom(rlang,quo_name)