File: NAMESPACE

package info (click to toggle)
r-cran-parsetools 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 780 kB
  • sloc: sh: 13; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated by roxygen2: do not edit by hand

S3method("-","parse-data")
S3method("[","parse-data")
S3method(as.data.frame,parseData)
S3method(get_parse_data,"function")
S3method(get_parse_data,default)
S3method(get_parse_data,srcfile)
S3method(get_parse_data,srcref)
S3method(pd_identify,"NULL")
S3method(pd_identify,default)
S3method(pd_identify,srcref)
S3method(sort,"parse-data")
S3method(strip_doc_comment_leads,character)
S3method(strip_doc_comment_leads,data.frame)
S3method(subset,"parse-data")
export(extract_test_block)
export(extract_test_blocks)
export(get_parse_data)
export(pd_get_comment_tag_content)
export(pd_identify)
export(strip_doc_comment_leads)
export(valid_parse_data)
exportPattern("^pd_.*")