Giter Site home page Giter Site logo

Comments (4)

DillonHammill avatar DillonHammill commented on July 18, 2024

It is not good practice to use . when naming objects in R, instead you should use _. The main reason for this is that . is used primarily when supplying the name of file and so mpg.1 looks like a file called mpg with an extension 1. As documented on the website, data_edit() can also read in files directly so when it sees mpg.1 it tries to read in a file with extension 1 for which the default reading function read.csv() will not work. Since data_edit() can support any reading/writing functions it is impossible to determine whether you are referring to an R object or a file.

from dataeditr.

drcanak avatar drcanak commented on July 18, 2024

Good to know. Thank you for the quick and thoughtful reply.

from dataeditr.

DillonHammill avatar DillonHammill commented on July 18, 2024

Happy to help! Have fun using DataEditR!

from dataeditr.

DillonHammill avatar DillonHammill commented on July 18, 2024

@drcanak, in case anyone else encounters the same issue, I have just added a patch for this in DataEditR v0.1.3 which is available for download from GitHub:

devtools::install_github("DillonHammill/DataEditR")

from dataeditr.

Related Issues (20)

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.