File: read.Rd

package info (click to toggle)
r-cran-sourcetools 0.1.7-1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 308 kB
  • sloc: cpp: 1,985; ansic: 505; sh: 10; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (5)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sourcetools.R
\name{read}
\alias{read}
\alias{read_bytes}
\alias{read_lines}
\alias{read_lines_bytes}
\title{Read the Contents of a File}
\usage{
read(path)

read_lines(path)

read_bytes(path)

read_lines_bytes(path)
}
\arguments{
\item{path}{A file path.}
}
\description{
Read the contents of a file into a string (or, in the case of
\code{read_lines}, a vector of strings).
}