forked from dracor-org/rdracor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.73 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
# Generated by roxygen2: do not edit by hand
S3method(plot,cooccur_igraph)
S3method(plot,dracor_meta)
S3method(plot,relations_igraph)
S3method(summary,cooccur_igraph)
S3method(summary,dracor)
S3method(summary,dracor_meta)
S3method(summary,relations_igraph)
export(dracor_api)
export(dracor_api_info)
export(dracor_sparql)
export(get_character_plays)
export(get_dracor)
export(get_dracor_api_url)
export(get_dracor_meta)
export(get_net_cooccur_edges)
export(get_net_cooccur_gexf)
export(get_net_cooccur_graphml)
export(get_net_cooccur_igraph)
export(get_net_cooccur_metrics)
export(get_net_relations_edges)
export(get_net_relations_gexf)
export(get_net_relations_graphml)
export(get_net_relations_igraph)
export(get_play_characters)
export(get_play_metadata)
export(get_play_rdf)
export(get_text_chr_spoken)
export(get_text_chr_spoken_bych)
export(get_text_chr_stage)
export(get_text_chr_stage_with_sp)
export(get_text_df)
export(get_text_tei)
export(label_cooccur_igraph)
export(set_dracor_api_url)
export(tei_to_df)
import(data.table)
import(httr)
import(igraph)
import(stringr)
import(xml2)
importFrom(Rdpack,reprompt)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(jsonlite,fromJSON)
importFrom(purrr,compact)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,modify_at)
importFrom(purrr,possibly)
importFrom(purrr,safely)
importFrom(stats,na.omit)
importFrom(tibble,as_tibble)
importFrom(tidyr,replace_na)
importFrom(utils,URLencode)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,type.convert)
importFrom(xml2,read_xml)