Giter Club home page Giter Club logo

importfx's Introduction

importfx

Introduction

importfx package works similar to import function in Python.

At the start of a R script, user can decide which function(s) should be included or excluded when importing to the environment from another R script.

Note that it is recommended to use this package at the start of running a R script (similar to Python) to prevent any current function objects in the environment being removed during importing.

Examples

See the package vignette here for detailed information.

Downloading package

Press the copy button below and paste the following command in your RStudio:

devtools::install_github("fendit/importfx", build_vignettes = TRUE)

Related resources

For a non-package version please visit this repo link here

Remarks

  • This package is an alternative to existing import package (see here), which provides more functionality than this package (in terms of import objects other than functions to the environment). While creating this package, I have neither reviewed nor consulted from the existing package.
  • Both functions in this package produce unexpected results if there is a print/cat command with the word "function" as part of a string in R script that functions are imported from. Thus, use these functions with caution.

importfx's People

Contributors

fenditsim avatar

Watchers

 avatar

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.