-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
92 lines (91 loc) · 2.46 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
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
export(Collection)
export(Story)
export(Theme)
export(Themeset)
export(clone_active_collections_tbl)
export(clone_active_metadata_tbl)
export(clone_active_stories_tbl)
export(clone_active_themes_tbl)
export(configure_lto)
export(delete_all_cached_stoRy_files)
export(delete_lto_version_cached_files)
export(delete_stoRy_cached_files)
export(fetch_lto_file)
export(fetch_lto_version_tags)
export(generate_background_collection)
export(generate_collections_tbl)
export(generate_metadata_tbl)
export(generate_stories_tbl)
export(generate_themes_tbl)
export(get_enriched_themes)
export(get_featured_themes)
export(get_similar_stories)
export(get_story_clusters)
export(lto_version_statuses)
export(print_lto)
export(print_stoRy_cache_info)
export(remove_wordwrap)
export(set_lto)
export(stoRy_cache_details)
export(stoRy_cache_path)
export(stoRy_opt)
export(which_lto)
import(cli)
import(lifecycle)
import(rlang)
importFrom(R6,R6Class)
importFrom(crayon,black)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,silver)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,nest_join)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(stats,phyper)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_ends)
importFrom(stringr,str_glue)
importFrom(stringr,str_split)
importFrom(stringr,str_starts)
importFrom(stringr,str_trim)
importFrom(stringr,str_which)
importFrom(stringr,str_wrap)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble_col)
importFrom(tibble,column_to_rownames)
importFrom(tibble,tibble)
importFrom(tidyjson,append_values_string)
importFrom(tidyjson,as.tbl_json)
importFrom(tidyjson,as_tibble)
importFrom(tidyjson,enter_object)
importFrom(tidyjson,gather_array)
importFrom(tidyjson,gather_object)
importFrom(tidyjson,jstring)
importFrom(tidyjson,read_json)
importFrom(tidyjson,spread_all)
importFrom(tidyjson,spread_values)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)