File: accessors.Rd

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 (23 lines) | stat: -rw-r--r-- 485 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/accessors.R
\name{pd_text}
\alias{pd_text}
\alias{pd_token}
\alias{pd_start_line}
\alias{pd_end_line}
\alias{pd_filename}
\alias{pd_start_col}
\alias{pd_end_col}
\title{Accessor functions}
\usage{
pd_text(id, pd)
}
\arguments{
\item{id}{the ID of the expression}

\item{pd}{the parse data.}
}
\description{
This collection of function can be used to easily access elements of
the parse data information.
}