Revision 645c10f110efae44c5ac60025664cd27f2b46a87 authored by Dominique Makowski on 26 March 2020, 05:10:08 UTC, committed by cran-robot on 26 March 2020, 05:10:08 UTC
1 parent 2565fc8
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