File: clean_ls_df.Rd

package info (click to toggle)
r-cran-hdf5r 1.3.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,344 kB
  • sloc: ansic: 85,341; sh: 51; python: 32; makefile: 13
file content (24 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
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
% Please edit documentation in R/Helper_functions.R
\name{clean_ls_df}
\alias{clean_ls_df}
\title{Cleaning result of internal \code{R_H5ls} function}
\usage{
clean_ls_df(df)
}
\arguments{
\item{df}{The result of the C-function \code{R_H5ls}}
}
\value{
A data frame with content that was not successfully gathered set to \code{NA} and \code{*_success} columns removed
}
\description{
Cleaning result of internal \code{_H5ls} function
}
\details{
For every \code{*_success} item that is \code{FALSE}, the corresponding row of the data.frame will be set to NA.
}
\author{
Holger Hoefling
}
\keyword{internal}