Code Monkey home page Code Monkey logo

Comments (1)

Bisaloo avatar Bisaloo commented on June 5, 2024

A reprex pinpointing the source issue in [.linelist():

library(linelist)

x <- make_linelist(cars, date_onset = "dist", date_outcome = "speed")

x[1]
#> 
#> // linelist object
#>   speed dist
#> 1     4    2
#> 
#> // tags: date_onset:dist, date_outcome:speed

cars[1]
#>    speed
#> 1      4
#> 2      4
#> 3      7
#> 4      7
#> 5      8
#> 6      9
#> 7     10
#> 8     10
#> 9     10
#> 10    11
#> 11    11
#> 12    12
#> 13    12
#> 14    12
#> 15    12
#> 16    13
#> 17    13
#> 18    13
#> 19    13
#> 20    14
#> 21    14
#> 22    14
#> 23    14
#> 24    15
#> 25    15
#> 26    15
#> 27    16
#> 28    16
#> 29    17
#> 30    17
#> 31    17
#> 32    18
#> 33    18
#> 34    18
#> 35    18
#> 36    19
#> 37    19
#> 38    19
#> 39    20
#> 40    20
#> 41    20
#> 42    20
#> 43    20
#> 44    22
#> 45    23
#> 46    24
#> 47    24
#> 48    24
#> 49    24
#> 50    25

Created on 2023-04-18 with reprex v2.0.2.9000

from linelist.

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.