Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
leo
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dutz, Gregor
leo
Commits
1c4cb229
Commit
1c4cb229
authored
3 years ago
by
gdutz
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary @importFrom rlang :=
parent
afc26159
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
DESCRIPTION
+1
-1
1 addition, 1 deletion
DESCRIPTION
NAMESPACE
+0
-1
0 additions, 1 deletion
NAMESPACE
R/leo_svydesign.R
+0
-1
0 additions, 1 deletion
R/leo_svydesign.R
with
1 addition
and
3 deletions
DESCRIPTION
+
1
−
1
View file @
1c4cb229
Package: leo
Package: leo
Type: Package
Type: Package
Title: Useful functions for LEO surveys
Title: Useful functions for LEO surveys
Version: 0.2.
4
Version: 0.2.
5
Author: Gregor Dutz
Author: Gregor Dutz
Maintainer: Gregor Dutz <gregor.dutz@uni-hamburg.de>
Maintainer: Gregor Dutz <gregor.dutz@uni-hamburg.de>
Description: Implements simple functions to handle data from two German surveys
Description: Implements simple functions to handle data from two German surveys
...
...
This diff is collapsed.
Click to expand it.
NAMESPACE
+
0
−
1
View file @
1c4cb229
# Generated by roxygen2: do not edit by hand
# Generated by roxygen2: do not edit by hand
export(leo_svydesign)
export(leo_svydesign)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.data)
This diff is collapsed.
Click to expand it.
R/leo_svydesign.R
+
0
−
1
View file @
1c4cb229
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
#' @param replist When true, the function returns an imputation list instead of survey design object.
#' @param replist When true, the function returns an imputation list instead of survey design object.
#' @return A survey design or imputation list object.
#' @return A survey design or imputation list object.
#'
#'
#' @importFrom rlang :=
#' @importFrom rlang .data
#' @importFrom rlang .data
#' @export
#' @export
leo_svydesign
<-
function
(
df
,
survey
=
"leo2018"
,
replist
=
FALSE
)
{
leo_svydesign
<-
function
(
df
,
survey
=
"leo2018"
,
replist
=
FALSE
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment