1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/lifecycle-retired.R
3\name{node}
4\alias{node}
5\alias{vector-old-ctors}
6\alias{lgl_len}
7\alias{int_len}
8\alias{dbl_len}
9\alias{chr_len}
10\alias{cpl_len}
11\alias{raw_len}
12\alias{bytes_len}
13\alias{list_len}
14\alias{lgl_along}
15\alias{int_along}
16\alias{dbl_along}
17\alias{chr_along}
18\alias{cpl_along}
19\alias{raw_along}
20\alias{bytes_along}
21\alias{list_along}
22\title{Retired vector construction by length}
23\usage{
24node(car, cdr = NULL)
25
26lgl_len(.n)
27
28int_len(.n)
29
30dbl_len(.n)
31
32chr_len(.n)
33
34cpl_len(.n)
35
36raw_len(.n)
37
38bytes_len(.n)
39
40list_len(.n)
41
42lgl_along(.x)
43
44int_along(.x)
45
46dbl_along(.x)
47
48chr_along(.x)
49
50cpl_along(.x)
51
52raw_along(.x)
53
54bytes_along(.x)
55
56list_along(.x)
57}
58\arguments{
59\item{.n}{The vector length.}
60
61\item{.x}{A vector.}
62}
63\description{
64\Sexpr[results=rd, stage=render]{rlang:::lifecycle("deprecated")}
65
66These functions were deprecated and renamed with \code{new_} prefix in
67rlang 0.2.0. This is for consistency with other non-variadic object
68constructors.
69}
70\keyword{internal}
71