Code Monkey home page Code Monkey logo

projecttemplate.jl's Introduction

ProjectTemplate.jl

NOTICE

This package is unmaintained. Its reliability is not guaranteed.

Introduction

ProjectTemplate.jl is a draft port of the ProjectTemplate package for R to Julia. It is still a work in progress. More importantly, many of the tools that make the R version of ProjectTemplate so powerful are still missing in Julia, especially those that allow ProjectTemplate to automatically read many complex file formats like Stata and SPSS files.

Nevertheless, the package is usable.

Creating a Project

using ProjectTemplate

createproject("MyFirstPackage")

Working with an Existing Project

using ProjectTemplate

loadproject()

# Assume that the first dataset was called dataset1
head(dataset1)

#
# The names of the autoloaded datasets are in project_info["data"]
#
# We can do some fancy metaprogramming to view the autoloaded datasets
#
for dataset in ProjectTemplate.project_info["data"]
	@eval printtable($(symbol(dataset)))
end

Translating a Project from R to Julia

  • Place contents of config/global.dcf in config/global.json
  • Translate all code inside of lib, munge and src into Julia
  • Make CSV copies of all files stored using the RData format

projecttemplate.jl's People

Contributors

johnmyleswhite 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.