diff --git a/man/pp.named.list.Rd b/man/pp.named.list.Rd new file mode 100644 index 00000000..dd3afeca --- /dev/null +++ b/man/pp.named.list.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/morph_atlas_agg.R +\name{pp.named.list} +\alias{pp.named.list} +\title{Pretty-print a named list or vector.} +\usage{ +pp.named.list(named_list) +} +\arguments{ +\item{named_list}{a named list or vector} +} +\value{ +character string, the printed list +} +\description{ +Pretty-print a named list or vector. +} +\keyword{internal}