roxy_tag_parse: Roxygen tags for dovetail

Description Usage Arguments Value Examples

Description

Roxygen tags for dovetail

Usage

 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
## S3 method for class 'roxy_tag_end'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_questions'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_solution'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_callout'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_challenge'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_checklist'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_discussion'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_keypoints'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_objectives'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_prereq'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_solution'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_testimonial'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_challenge'
roxy_tag_parse(x)

## S3 method for class 'roxy_tag_solution'
roxy_tag_parse(x)

Arguments

x

a tag

Value

somethng

Examples

1
2
3
4
soln <- system.file("inst", "extdata", "example-solution-only.R",
  package = "dovetail"
)
roxygen2::parse_file(soln, env = NULL)

carpentries/dovetail documentation built on Sept. 23, 2021, 9:35 p.m.