ourMELONS/man/fopen.Rd

24 lines
342 B
Text
Raw Normal View History

2020-07-31 09:26:57 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fgetl.R
\name{fopen}
\alias{fopen}
\title{Open file}
\usage{
fopen(filename)
}
\arguments{
\item{filename}{Path and name of file to be open}
}
\value{
The same as `readLines(filename)`
}
\description{
Open a text file
}
\seealso{
fgetl
}
\author{
Waldir Leoncio
}