Other packages > Find by keyword >

constructive  

Display Idiomatic Code to Construct Most R Objects
View on CRAN: Click here


Download and install constructive package within the R console
Install from CRAN:
install.packages("constructive")

Install from Github:
library("remotes")
install_github("cran/constructive")

Install by package version:
library("remotes")
install_version("constructive", "1.0.1")



Attach the package and use:
library("constructive")
Maintained by
Antoine Fabri
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-06-06
Latest Update: 2023-11-13
Description:
Prints code that can be used to recreate R objects. In a sense it is similar to 'base::dput()' or 'base::deparse()' but 'constructive' strives to use idiomatic constructors.
How to cite:
Antoine Fabri (2023). constructive: Display Idiomatic Code to Construct Most R Objects. R package version 1.0.1, https://cran.r-project.org/web/packages/constructive. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1.0 (2023-06-06 09:40), 0.2.0 (2023-11-13 18:33), 0.3.0 (2024-03-05 18:40), 1.0.0 (2024-07-02 23:10)
Other packages that cited constructive R package
View constructive citation profile
Other R packages that constructive depends, imports, suggests or enhances
Complete documentation for constructive
Functions, R codes and Examples using the constructive R package
Some associated functions: compare_options . construct . construct_diff . construct_dump . construct_issues . construct_signature . constructive-package . constructors . custom-constructors . deparse_call . dot-cstr_apply . dot-cstr_combine_errors . dot-cstr_construct . dot-cstr_fetch_opts . dot-cstr_match_constructor . dot-cstr_options . dot-cstr_pipe . dot-cstr_register_constructors . dot-cstr_repair_attributes . dot-cstr_wrap . dot-env . dot-xptr . opts_AsIs . opts_Date . opts_Layer . opts_POSIXct . opts_POSIXlt . opts_R_system_version . opts_S4 . opts_array . opts_atomic . opts_classGeneratorFunction . opts_classPrototypeDef . opts_classRepresentation . opts_constructive_options . opts_data.frame . opts_data.table . opts_dm . opts_dots . opts_environment . opts_externalptr . opts_factor . opts_formula . opts_function . opts_grouped_df . opts_language . opts_list . opts_matrix . opts_mts . opts_numeric_version . opts_ordered . opts_package_version . opts_pairlist . opts_quosure . opts_quosures . opts_rowwise_df . opts_tbl_df . opts_ts . opts_vctrs_list_of . opts_weakref . 
Some associated R codes: C_wrappers.R . abort.R . construct-helpers.R . construct.R . construct_diff.R . construct_dump.R . construct_idiomatic.R . construct_issues.R . construct_signature.R . constructive-package.R . custom_constructors.R . deparse_call.R . environment_utils.R . expect.R . opts.R . register_constructors.R . repair_attributes.R . roxygen2-tags.R . s3-AsIs.R . s3-Date.R . s3-POSIXct.R . s3-POSIXlt.R . s3-array.R . s3-atomic.R . s3-constructive_options.R . s3-data.frame.R . s3-data.table.R . s3-dm.R . s3-dots.R . s3-environment.R . s3-externalptr.R . s3-factor.R . s3-formula.R . s3-function.R . s3-ggplot2-Coord.R . s3-ggplot2-FacetWrap.R . s3-ggplot2-Layer.R . s3-ggplot2-Scale.R . s3-ggplot2-ScalesList.R . s3-ggplot2-ggplot.R . s3-ggplot2-ggproto.R . s3-ggplot2-labels.R . s3-ggplot2-theme.R . s3-ggplot2-uneval.R . s3-ggplot2-waiver.R . s3-grouped_df.R . s3-language.R . s3-list.R . s3-matrix.R . s3-mts.R . s3-numeric_version.R . s3-ordered.R . s3-pairlist.R . s3-quosure.R . s3-quosures.R . s3-rowwise_df.R . s3-tbl_df.R . s3-ts.R . s3-vctrs_list_of.R . s3-weakref.R . s4-classGeneratorFunction.R . s4-classPrototypeDef.R . s4-classRepresentation.R . s4.R . utils.R . zzz.R .  Full constructive package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA