Giter Site home page Giter Site logo

documentdata's Introduction

R-CMD-check Codecov test coverage

DocumentData DocumentData website

DocumentData is an R package designed to facilitate dataset documentation during package creation. This package provides a roxygen2-style documentation skeleton with pre-filled information, saving time on typing and reducing the likelihood of errors. This feature promotes the generation of well-structured and standardized documentation, which is essential for efficient data management and usability.

Install

Before installing DocumentData, you'll need to have devtools in your R setup. If you haven't installed devtools yet, you can do so with this command:

install.packages("devtools")

To install the DocumentData package, run the following code in your R environment:

devtools::install_github("focardozom/DocumentData")

Usage Example

Here's a quick example to show you how to use the document_data function. It creates a file right in your working directory. It creates a detailed documentation skeleton for your dataset, formatted in roxygen2 style.

the_data <- as.data.frame(datasets::Titanic)
DocumentData::document_data(the_data)

Thank you for considering DocumentData for your data documentation needs. I hope this tool makes your data management process smoother and more efficient. Should you have any questions, feedback, or suggestions, please feel free to reach out or contribute to the project.

Happy documenting! ⭐⭐⭐

documentdata's People

Contributors

focardozom avatar

Stargazers

 avatar Jimmy Briggs avatar

Watchers

 avatar

documentdata's Issues

Issue with rows

Hello,

I wanted to express my appreciation for your package; it's incredibly useful and has saved me a lot of time. However, I noticed that the number of rows is not set correctly. Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.