Revision 9985109256c08d654edb46adb9cb20c913fb1888 authored by Dominique Makowski on 29 May 2019, 14:10:02 UTC, committed by cran-robot on 29 May 2019, 14:10:02 UTC
1 parent fe07bfa
Raw File
dot-flatten_list.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils_flatten_list.R
\name{.flatten_list}
\alias{.flatten_list}
\title{Flatten a list}
\usage{
.flatten_list(object, name = "name")
}
\arguments{
\item{object}{A list.}

\item{name}{Name of column of keys in the case the output is a dataframe.}
}
\description{
Flatten a list
}
\keyword{internal}
back to top