python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Returning data frame as main result but also informative list as side effect
I'm writing a function where I want the main output to be a data frame (that can be piped to other functions), but I also want to allow users access to an informative list or vector of samples that we...
kittykatstat
Votes: 0
Answers: 1
How to access Sanctum package in custom laravel package
i want to access laravel sanctum auth which is working fine in project routes
I'm making a custom package of api's which needs to use same sanctum authentication with in the custom package routes
Awais Arif
Votes: 0
Answers: 2
How to put units inside roxygen
I am docummenting a dataset using roxygen2 (for my package development). I am trying to put cube meter (m^2) as a unit for one of my variable but it remains the same (m^2) when I am trying to see the ...
Mayssa Harfouch
Votes: 0
Answers: 1