-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
102 lines (101 loc) · 3.1 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
93
94
95
96
97
98
99
100
101
102
# Generated by roxygen2: do not edit by hand
S3method(as_markdown,"#ifdef")
S3method(as_markdown,"#ifndef")
S3method(as_markdown,"NULL")
S3method(as_markdown,COMMENT)
S3method(as_markdown,DESCRIPTION)
S3method(as_markdown,LIST)
S3method(as_markdown,RCODE)
S3method(as_markdown,Rd)
S3method(as_markdown,TEXT)
S3method(as_markdown,USERMACRO)
S3method(as_markdown,VERB)
S3method(as_markdown,character)
S3method(as_markdown,default)
S3method(as_markdown,rdfile)
S3method(as_markdown,rdfragment)
S3method(as_markdown,refman_rdfile)
S3method(as_markdown,tag_R)
S3method(as_markdown,tag_RdOpts)
S3method(as_markdown,tag_Rdversion)
S3method(as_markdown,tag_S3method)
S3method(as_markdown,tag_S4method)
S3method(as_markdown,tag_Sexpr)
S3method(as_markdown,tag_abbr)
S3method(as_markdown,tag_acronym)
S3method(as_markdown,tag_alias)
S3method(as_markdown,tag_arguments)
S3method(as_markdown,tag_author)
S3method(as_markdown,tag_bold)
S3method(as_markdown,tag_cite)
S3method(as_markdown,tag_code)
S3method(as_markdown,tag_command)
S3method(as_markdown,tag_concept)
S3method(as_markdown,tag_cr)
S3method(as_markdown,tag_dQuote)
S3method(as_markdown,tag_deqn)
S3method(as_markdown,tag_describe)
S3method(as_markdown,tag_description)
S3method(as_markdown,tag_details)
S3method(as_markdown,tag_dfn)
S3method(as_markdown,tag_docType)
S3method(as_markdown,tag_dots)
S3method(as_markdown,tag_email)
S3method(as_markdown,tag_emph)
S3method(as_markdown,tag_enc)
S3method(as_markdown,tag_encoding)
S3method(as_markdown,tag_enumerate)
S3method(as_markdown,tag_env)
S3method(as_markdown,tag_eqn)
S3method(as_markdown,tag_examples)
S3method(as_markdown,tag_figure)
S3method(as_markdown,tag_file)
S3method(as_markdown,tag_format)
S3method(as_markdown,tag_href)
S3method(as_markdown,tag_if)
S3method(as_markdown,tag_ifelse)
S3method(as_markdown,tag_item)
S3method(as_markdown,tag_itemize)
S3method(as_markdown,tag_kbd)
S3method(as_markdown,tag_keyword)
S3method(as_markdown,tag_ldots)
S3method(as_markdown,tag_link)
S3method(as_markdown,tag_linkS4class)
S3method(as_markdown,tag_method)
S3method(as_markdown,tag_name)
S3method(as_markdown,tag_newcommand)
S3method(as_markdown,tag_note)
S3method(as_markdown,tag_option)
S3method(as_markdown,tag_out)
S3method(as_markdown,tag_pkg)
S3method(as_markdown,tag_preformatted)
S3method(as_markdown,tag_references)
S3method(as_markdown,tag_renewcommand)
S3method(as_markdown,tag_sQuote)
S3method(as_markdown,tag_samp)
S3method(as_markdown,tag_section)
S3method(as_markdown,tag_seealso)
S3method(as_markdown,tag_source)
S3method(as_markdown,tag_special)
S3method(as_markdown,tag_strong)
S3method(as_markdown,tag_subsection)
S3method(as_markdown,tag_tab)
S3method(as_markdown,tag_tabular)
S3method(as_markdown,tag_title)
S3method(as_markdown,tag_url)
S3method(as_markdown,tag_usage)
S3method(as_markdown,tag_value)
S3method(as_markdown,tag_var)
S3method(as_markdown,tag_verb)
export(Rd2markdown)
export(ReferenceManual)
export(as_markdown)
export(md_document)
export(output_format)
export(rd_str_to_md)
export(read_rdfile)
export(render_refman)
importFrom(stats,na.omit)
importFrom(tools,loadPkgRdMacros)
importFrom(tools,parse_Rd)
importFrom(tools,toTitleCase)