mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new release
This commit is contained in:
parent
9d5f6a8b4f
commit
b9008543ee
22 changed files with 1297 additions and 192 deletions
24
man/get_list_elements.Rd
Normal file
24
man/get_list_elements.Rd
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/cut-variable-ext.R
|
||||
\name{get_list_elements}
|
||||
\alias{get_list_elements}
|
||||
\title{Subset elements from list of lists}
|
||||
\usage{
|
||||
get_list_elements(name, element, dict = cut_methods())
|
||||
}
|
||||
\arguments{
|
||||
\item{name}{list name to lookup}
|
||||
|
||||
\item{element}{element to get}
|
||||
|
||||
\item{dict}{dictionary to use}
|
||||
}
|
||||
\value{
|
||||
named vector
|
||||
}
|
||||
\description{
|
||||
General function to sub-setting details stored in list dictionaries.
|
||||
}
|
||||
\examples{
|
||||
get_list_elements(c("top", "bottom"), "descr")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue