-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
73 lines (72 loc) · 1.84 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
# Generated by roxygen2: do not edit by hand
export(AzureR_config_delete)
export(AzureR_config_ls)
export(cache_sp_drive)
export(cache_sp_site)
export(create_sp_list_items)
export(delete_sp_item)
export(delete_sp_list)
export(download_sp_file)
export(download_sp_item)
export(download_sp_list)
export(get_sp_drive)
export(get_sp_group)
export(get_sp_item)
export(get_sp_item_properties)
export(get_sp_list)
export(get_sp_list_item)
export(get_sp_list_metadata)
export(get_sp_page)
export(get_sp_plan)
export(get_sp_site)
export(get_sp_task)
export(is_sp_doc_url)
export(is_sp_folder_url)
export(is_sp_site_page_url)
export(is_sp_site_url)
export(is_sp_type_url)
export(is_sp_url)
export(list_sp_drives)
export(list_sp_group_members)
export(list_sp_item_versions)
export(list_sp_list_items)
export(list_sp_lists)
export(list_sp_pages)
export(list_sp_plan_buckets)
export(list_sp_plans)
export(list_sp_tasks)
export(read_sharepoint)
export(sp_dir_create)
export(sp_dir_info)
export(sp_dir_ls)
export(sp_url_parse)
export(sp_url_parse_hostname)
export(sp_url_parse_path)
export(sp_url_parse_query)
export(update_sp_list_item)
export(update_sp_list_items)
export(upload_sp_item)
export(upload_sp_items)
export(write_sharepoint)
import(rlang)
importFrom(Microsoft365R,get_sharepoint_site)
importFrom(cli,cli_abort)
importFrom(cli,cli_progress_along)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_message)
importFrom(cli,cli_progress_step)
importFrom(cli,cli_warn)
importFrom(glue,glue)
importFrom(httr2,url_parse)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split_i)
importFrom(utils,URLdecode)
importFrom(vctrs,list_sizes)
importFrom(vctrs,vec_rbind)
importFrom(vctrs,vec_recycle)
importFrom(vctrs,vec_slice)